#536CE0

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

Shades of Royal Blue #536CE0

Tints of Royal Blue #536CE0

Color information

#536CE0 (or 0x536CE0) is unknown color: approx Royal Blue. HEX triplet: 53, 6C and E0. RGB value is (83,108,224). Sum of RGB (Red+Green+Blue) = 83+108+224=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 224 (87.89% from 255 or 53.98% from 415); Max value from RGB is 224 - color contains mainly: blue. Hex color #536CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536CE0 is #AC931F. Grayscale: #717171. Windows color (decimal): -11309856 or 14707795. OLE color: 14707795.

HSL color Cylindrical-coordinate representation of color #536CE0: hue angle of 229.36º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #536CE0 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB83108224-
CMYK0.630.5200.12
HSL229.36º69.46%60.2%-
HSV(B)229.36º62.95%87.84%-
XYZ22.3817.9572.81-
YUV113.75190.22106.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20%
GREEN value IS 108 (42.58% from 255) = 26.02%
BLUE value IS 224 (87.89% from 255) = 53.98%
R=20%
G=26.02%
B=53.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal831082240.630.5200.12229.3669.4660.2
Hex536CE03F340Ce5453c
Octal123154340776401434510574
Binary101001111011001110000011111111010001100111001011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536CE0; }

 p { color: rgb(83,108,224); }

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

<style>
 a { background-color: #536CE0; }

 a { background-color: rgb(83,108,224); }

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

<style>
 span { border-color: #536CE0; }

 span { border-color: rgb(83,108,224); }

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