#565B95

Color #565B95 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #565B95

Tints of Governor Bay #565B95

Color information

#565B95 (or 0x565B95) is unknown color: approx Governor Bay. HEX triplet: 56, 5B and 95. RGB value is (86,91,149). Sum of RGB (Red+Green+Blue) = 86+91+149=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #565B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565B95 is #A9A46A. Grayscale: #5F5F5F. Windows color (decimal): -11117675 or 9788246. OLE color: 9788246.

HSL color Cylindrical-coordinate representation of color #565B95: hue angle of 235.24º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #565B95 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8691149-
CMYK0.420.3900.42
HSL235.24º26.81%46.08%-
HSV(B)235.24º42.28%58.43%-
XYZ1311.6329.99-
YUV96.12157.84120.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.38%
GREEN value IS 91 (35.94% from 255) = 27.91%
BLUE value IS 149 (58.59% from 255) = 45.71%
R=26.38%
G=27.91%
B=45.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86911490.420.3900.42235.2426.8146.08
Hex565B952A2702Aeb1b2e
Octal12613322552470523533356
Binary101011010110111001010110101010011101010101110101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,91,149); }

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

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

 a { background-color: rgb(86,91,149); }

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

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

 span { border-color: rgb(86,91,149); }

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