#535CDE

Color #535CDE Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #535CDE

Tints of Royal Blue #535CDE

Color information

#535CDE (or 0x535CDE) is unknown color: approx Royal Blue. HEX triplet: 53, 5C and DE. RGB value is (83,92,222). Sum of RGB (Red+Green+Blue) = 83+92+222=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #535CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535CDE is #ACA321. Grayscale: #676767. Windows color (decimal): -11313954 or 14572627. OLE color: 14572627.

HSL color Cylindrical-coordinate representation of color #535CDE: hue angle of 236.12º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #535CDE is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8392222-
CMYK0.630.5900.13
HSL236.12º67.8%59.8%-
HSV(B)236.12º62.61%87.06%-
XYZ20.5814.7770.87-
YUV104.13194.52112.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 20.91%
GREEN value IS 92 (36.33% from 255) = 23.17%
BLUE value IS 222 (87.11% from 255) = 55.92%
R=20.91%
G=23.17%
B=55.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal83922220.630.5900.13236.1267.859.8
Hex535CDE3F3B0Dec443c
Octal123134336777301535410474
Binary101001110111001101111011111111101101101111011001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535CDE; }

 p { color: rgb(83,92,222); }

 H1.HeaderClassName
 {
   color: #535CDE;
 }
 .AnyTagClassName
 {
   color: #535CDE;
 }
</style>
background-color css

<style>
 a { background-color: #535CDE; }

 a { background-color: rgb(83,92,222); }

 div.DivClassName
 {
   background-color: #535CDE;
 }
 .BgClassName
 {
   background-color: #535CDE;
 }
</style>
border-color css

<style>
 span { border-color: #535CDE; }

 span { border-color: rgb(83,92,222); }

 td.TdClassName
 {
   border-color: #535CDE;
 }
 .TagClassName
 {
   border-color: #535CDE;
 }
</style>