Html Css Color HEX #565B88 Governor Bay

📋 copy color: '#565B88'

red 86 ◦ green 91 ◦ blue 136

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

Shades of Governor Bay #565B88

Tints of Governor Bay #565B88

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.07%

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

R = 27.48%
G = 29.07%
B = 43.45%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#565B88 (or 0x565B88) is known color: Governor Bay. HEX triplet: 56, 5B and 88. RGB value is (86,91,136). Sum of RGB (Red+Green+Blue) = 86+91+136=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 136 - color contains mainly: blue. Hex color #565B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565B88 is #A9A477. Grayscale: #5E5E5E. Windows color (decimal): -11117688 or 8936278. OLE color: 8936278.

HSL color Cylindrical-coordinate representation of color #565B88: hue angle of 234º 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 #565B88 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 91 136 -
CMYK 0.37 0.33 0 0.47
HSL 234º 0.23% 0.44% -
HSV(B) 234º 0.37% 0.53% -
XYZ 12.02 11.24 24.83 -
YUV 94.64 151.34 121.84 -
System Red Green Blue C M Y K H S L
Decimal 86 91 136 0.37 0.33 0 0.47 234 0.23 0.44
Hex 56 5B 88 25 21 0 2F EA 17 2C
Octal 126 133 210 45 41 0 57 352 27 54
Binary 1010110 1011011 10001000 100101 100001 0 101111 11101010 10111 101100

Color Harmonies of #565B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565B88

Black with #565B88

Text Example


Text Example

White with #565B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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