Html Css Color HEX #565888 Governor Bay

📋 copy color: '#565888'

red 86 ◦ green 88 ◦ blue 136

#565888
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #565888

Tints of Governor Bay #565888

RGB

 RED value IS 86 (33.98% from 255) = 27.74%

 GREEN value IS 88 (34.77% from 255) = 28.39%

 BLUE value IS 136 (53.52% from 255) = 43.87%

R = 27.74%
G = 28.39%
B = 43.87%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#565888 (or 0x565888) is known color: Governor Bay. HEX triplet: 56, 58 and 88. RGB value is (86,88,136). Sum of RGB (Red+Green+Blue) = 86+88+136=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 136 - color contains mainly: blue. Hex color #565888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565888 is #A9A777. Grayscale: #5C5C5C. Windows color (decimal): -11118456 or 8935510. OLE color: 8935510.

HSL color Cylindrical-coordinate representation of color #565888: hue angle of 237.6º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #565888 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 88 136 -
CMYK 0.37 0.35 0 0.47
HSL 237.6º 0.23% 0.44% -
HSV(B) 237.6º 0.37% 0.53% -
XYZ 11.77 10.74 24.74 -
YUV 92.87 152.34 123.1 -
System Red Green Blue C M Y K H S L
Decimal 86 88 136 0.37 0.35 0 0.47 237.6 0.23 0.44
Hex 56 58 88 25 23 0 2F EE 17 2C
Octal 126 130 210 45 43 0 57 356 27 54
Binary 1010110 1011000 10001000 100101 100011 0 101111 11101110 10111 101100

Color Harmonies of #565888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565888

Black with #565888

Text Example


Text Example

White with #565888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565888; }

 p { color: rgb(86,88,136); }

 H1.HeaderClassName
 {
   color: #565888;
 }
 .AnyTagClassName
 {
   color: #565888;
 }
</style>

background-color css

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

 a { background-color: rgb(86,88,136); }

 div.DivClassName
 {
   background-color: #565888;
 }
 .BgClassName
 {
   background-color: #565888;
 }
</style>

border-color css

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

 span { border-color: rgb(86,88,136); }

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