Html Css Color HEX #565E89 Governor Bay

📋 copy color: '#565E89'

red 86 ◦ green 94 ◦ blue 137

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

Shades of Governor Bay #565E89

Tints of Governor Bay #565E89

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.65%

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

R = 27.13%
G = 29.65%
B = 43.22%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#565E89 (or 0x565E89) is known color: Governor Bay. HEX triplet: 56, 5E and 89. RGB value is (86,94,137). Sum of RGB (Red+Green+Blue) = 86+94+137=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 137 - color contains mainly: blue. Hex color #565E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565E89 is #A9A176. Grayscale: #606060. Windows color (decimal): -11116919 or 9002582. OLE color: 9002582.

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

Color convert

RGB 86 94 137 -
CMYK 0.37 0.31 0 0.46
HSL 230.59º 0.23% 0.44% -
HSV(B) 230.59º 0.37% 0.54% -
XYZ 12.36 11.79 25.29 -
YUV 96.51 150.85 120.5 -
System Red Green Blue C M Y K H S L
Decimal 86 94 137 0.37 0.31 0 0.46 230.59 0.23 0.44
Hex 56 5E 89 25 1F 0 2E E7 17 2C
Octal 126 136 211 45 37 0 56 347 27 54
Binary 1010110 1011110 10001001 100101 11111 0 101110 11100111 10111 101100

Color Harmonies of #565E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565E89

Black with #565E89

Text Example


Text Example

White with #565E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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