#565D8C

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

Shades of Governor Bay #565D8C

Tints of Governor Bay #565D8C

Color information

#565D8C (or 0x565D8C) is unknown color: approx Governor Bay. HEX triplet: 56, 5D and 8C. RGB value is (86,93,140). Sum of RGB (Red+Green+Blue) = 86+93+140=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #565D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565D8C is #A9A273. Grayscale: #606060. Windows color (decimal): -11117172 or 9198934. OLE color: 9198934.

HSL color Cylindrical-coordinate representation of color #565D8C: hue angle of 232.22º 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 #565D8C is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8693140-
CMYK0.390.3400.45
HSL232.22º23.89%44.31%-
HSV(B)232.22º38.57%54.9%-
XYZ12.4911.726.41-
YUV96.26152.68120.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.96%
GREEN value IS 93 (36.72% from 255) = 29.15%
BLUE value IS 140 (55.08% from 255) = 43.89%
R=26.96%
G=29.15%
B=43.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86931400.390.3400.45232.2223.8944.31
Hex565D8C272202De8182c
Octal12613521447420553503054
Binary101011010111011000110010011110001001011011110100011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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