#565B8C

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

Shades of Governor Bay #565B8C

Tints of Governor Bay #565B8C

Color information

#565B8C (or 0x565B8C) is unknown color: approx Governor Bay. HEX triplet: 56, 5B and 8C. RGB value is (86,91,140). Sum of RGB (Red+Green+Blue) = 86+91+140=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #565B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565B8C is #A9A473. Grayscale: #5E5E5E. Windows color (decimal): -11117684 or 9198422. OLE color: 9198422.

HSL color Cylindrical-coordinate representation of color #565B8C: hue angle of 234.44º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #565B8C is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8691140-
CMYK0.390.3500.45
HSL234.44º23.89%44.31%-
HSV(B)234.44º38.57%54.9%-
XYZ12.3111.3526.35-
YUV95.09153.34121.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.13%
GREEN value IS 91 (35.94% from 255) = 28.71%
BLUE value IS 140 (55.08% from 255) = 44.16%
R=27.13%
G=28.71%
B=44.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86911400.390.3500.45234.4423.8944.31
Hex565B8C272302Dea182c
Octal12613321447430553523054
Binary101011010110111000110010011110001101011011110101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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