#565CB8

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

Shades of Rich Blue #565CB8

Tints of Rich Blue #565CB8

Color information

#565CB8 (or 0x565CB8) is unknown color: approx Rich Blue. HEX triplet: 56, 5C and B8. RGB value is (86,92,184). Sum of RGB (Red+Green+Blue) = 86+92+184=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 184 (72.27% from 255 or 50.83% from 362); Max value from RGB is 184 - color contains mainly: blue. Hex color #565CB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565CB8 is #A9A347. Grayscale: #646464. Windows color (decimal): -11117384 or 12082262. OLE color: 12082262.

HSL color Cylindrical-coordinate representation of color #565CB8: hue angle of 236.33º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #565CB8 is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8692184-
CMYK0.530.5000.28
HSL236.33º40.83%52.94%-
HSV(B)236.33º53.26%72.16%-
XYZ16.3213.0947.01-
YUV100.69175.01117.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.76%
GREEN value IS 92 (36.33% from 255) = 25.41%
BLUE value IS 184 (72.27% from 255) = 50.83%
R=23.76%
G=25.41%
B=50.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal86921840.530.5000.28236.3340.8352.94
Hex565CB8353201Cec2935
Octal12613427065620343545165
Binary101011010111001011100011010111001001110011101100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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