#565FB6

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

Shades of Rich Blue #565FB6

Tints of Rich Blue #565FB6

Color information

#565FB6 (or 0x565FB6) is unknown color: approx Rich Blue. HEX triplet: 56, 5F and B6. RGB value is (86,95,182). Sum of RGB (Red+Green+Blue) = 86+95+182=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 182 (71.48% from 255 or 50.14% from 363); Max value from RGB is 182 - color contains mainly: blue. Hex color #565FB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565FB6 is #A9A049. Grayscale: #656565. Windows color (decimal): -11116618 or 11951958. OLE color: 11951958.

HSL color Cylindrical-coordinate representation of color #565FB6: hue angle of 234.38º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #565FB6 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8695182-
CMYK0.530.4800.29
HSL234.38º39.67%52.55%-
HSV(B)234.38º52.75%71.37%-
XYZ16.3713.5446.01-
YUV102.23173.02116.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.69%
GREEN value IS 95 (37.5% from 255) = 26.17%
BLUE value IS 182 (71.48% from 255) = 50.14%
R=23.69%
G=26.17%
B=50.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal86951820.530.4800.29234.3839.6752.55
Hex565FB6353001Dea2835
Octal12613726665600353525065
Binary101011010111111011011011010111000001110111101010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,95,182); }

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

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

 a { background-color: rgb(86,95,182); }

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

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

 span { border-color: rgb(86,95,182); }

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