#535EDE

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

Shades of Royal Blue #535EDE

Tints of Royal Blue #535EDE

Color information

#535EDE (or 0x535EDE) is unknown color: approx Royal Blue. HEX triplet: 53, 5E and DE. RGB value is (83,94,222). Sum of RGB (Red+Green+Blue) = 83+94+222=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #535EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535EDE is #ACA121. Grayscale: #686868. Windows color (decimal): -11313442 or 14573139. OLE color: 14573139.

HSL color Cylindrical-coordinate representation of color #535EDE: hue angle of 235.25º 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 #535EDE is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8394222-
CMYK0.630.5800.13
HSL235.25º67.8%59.8%-
HSV(B)235.25º62.61%87.06%-
XYZ20.7515.1270.93-
YUV105.3193.86112.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.80%
GREEN value IS 94 (37.11% from 255) = 23.56%
BLUE value IS 222 (87.11% from 255) = 55.64%
R=20.80%
G=23.56%
B=55.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal83942220.630.5800.13235.2567.859.8
Hex535EDE3F3A0Deb443c
Octal123136336777201535310474
Binary101001110111101101111011111111101001101111010111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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