#565CE4

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

Shades of Royal Blue #565CE4

Tints of Royal Blue #565CE4

Color information

#565CE4 (or 0x565CE4) is unknown color: approx Royal Blue. HEX triplet: 56, 5C and E4. RGB value is (86,92,228). Sum of RGB (Red+Green+Blue) = 86+92+228=406 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.18% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 228 (89.45% from 255 or 56.16% from 406); Max value from RGB is 228 - color contains mainly: blue. Hex color #565CE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565CE4 is #A9A31B. Grayscale: #696969. Windows color (decimal): -11117340 or 14965846. OLE color: 14965846.

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

Color convert

RGB8692228-
CMYK0.620.6000.11
HSL237.46º72.45%61.57%-
HSV(B)237.46º62.28%89.41%-
XYZ21.6715.2375.2-
YUV105.71197.01113.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.18%
GREEN value IS 92 (36.33% from 255) = 22.66%
BLUE value IS 228 (89.45% from 255) = 56.16%
R=21.18%
G=22.66%
B=56.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal86922280.620.6000.11237.4672.4561.57
Hex565CE43E3C0Bed483e
Octal126134344767401335511076
Binary101011010111001110010011111011110001011111011011001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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