Html Css Color HEX #565889 Governor Bay

📋 copy color: '#565889'

red 86 ◦ green 88 ◦ blue 137

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

Shades of Governor Bay #565889

Tints of Governor Bay #565889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 44.05%

R = 27.65%
G = 28.3%
B = 44.05%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#565889 (or 0x565889) is known color: Governor Bay. HEX triplet: 56, 58 and 89. RGB value is (86,88,137). Sum of RGB (Red+Green+Blue) = 86+88+137=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #565889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565889 is #A9A776. Grayscale: #5C5C5C. Windows color (decimal): -11118455 or 9001046. OLE color: 9001046.

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

Color convert

RGB 86 88 137 -
CMYK 0.37 0.36 0 0.46
HSL 237.65º 0.23% 0.44% -
HSV(B) 237.65º 0.37% 0.54% -
XYZ 11.84 10.76 25.12 -
YUV 92.99 152.84 123.02 -
System Red Green Blue C M Y K H S L
Decimal 86 88 137 0.37 0.36 0 0.46 237.65 0.23 0.44
Hex 56 58 89 25 24 0 2E EE 17 2C
Octal 126 130 211 45 44 0 56 356 27 54
Binary 1010110 1011000 10001001 100101 100100 0 101110 11101110 10111 101100

Color Harmonies of #565889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565889

Black with #565889

Text Example


Text Example

White with #565889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565889; }

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

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

background-color css

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

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

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

border-color css

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

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

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