#565CE5

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

Shades of Royal Blue #565CE5

Tints of Royal Blue #565CE5

Color information

#565CE5 (or 0x565CE5) is unknown color: approx Royal Blue. HEX triplet: 56, 5C and E5. RGB value is (86,92,229). Sum of RGB (Red+Green+Blue) = 86+92+229=407 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.13% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 229 (89.84% from 255 or 56.27% from 407); Max value from RGB is 229 - color contains mainly: blue. Hex color #565CE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565CE5 is #A9A31A. Grayscale: #696969. Windows color (decimal): -11117339 or 15031382. OLE color: 15031382.

HSL color Cylindrical-coordinate representation of color #565CE5: hue angle of 237.48º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #565CE5 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8692229-
CMYK0.620.6000.10
HSL237.48º73.33%61.76%-
HSV(B)237.48º62.45%89.8%-
XYZ21.8115.2975.93-
YUV105.82197.51113.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.13%
GREEN value IS 92 (36.33% from 255) = 22.60%
BLUE value IS 229 (89.84% from 255) = 56.27%
R=21.13%
G=22.60%
B=56.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal86922290.620.6000.10237.4873.3361.76
Hex565CE53E3C0Aed493e
Octal126134345767401235511176
Binary101011010111001110010111111011110001010111011011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565CE5; }

 p { color: rgb(86,92,229); }

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

<style>
 a { background-color: #565CE5; }

 a { background-color: rgb(86,92,229); }

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

<style>
 span { border-color: #565CE5; }

 span { border-color: rgb(86,92,229); }

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