#565FB9

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

Shades of Rich Blue #565FB9

Tints of Rich Blue #565FB9

Color information

#565FB9 (or 0x565FB9) is unknown color: approx Rich Blue. HEX triplet: 56, 5F and B9. RGB value is (86,95,185). Sum of RGB (Red+Green+Blue) = 86+95+185=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 185 (72.66% from 255 or 50.55% from 366); Max value from RGB is 185 - color contains mainly: blue. Hex color #565FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565FB9 is #A9A046. Grayscale: #666666. Windows color (decimal): -11116615 or 12148566. OLE color: 12148566.

HSL color Cylindrical-coordinate representation of color #565FB9: hue angle of 234.55º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #565FB9 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8695185-
CMYK0.540.4900.27
HSL234.55º41.42%53.14%-
HSV(B)234.55º53.51%72.55%-
XYZ16.6913.6747.66-
YUV102.57174.52116.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.50%
GREEN value IS 95 (37.5% from 255) = 25.96%
BLUE value IS 185 (72.66% from 255) = 50.55%
R=23.50%
G=25.96%
B=50.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal86951850.540.4900.27234.5541.4253.14
Hex565FB9363101Beb2935
Octal12613727166610333535165
Binary101011010111111011100111011011000101101111101011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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