Html Css Color HEX #565689 Governor Bay

📋 copy color: '#565689'

red 86 ◦ green 86 ◦ blue 137

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

Shades of Governor Bay #565689

Tints of Governor Bay #565689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.83%

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

R = 27.83%
G = 27.83%
B = 44.34%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#565689 (or 0x565689) is known color: Governor Bay. HEX triplet: 56, 56 and 89. RGB value is (86,86,137). Sum of RGB (Red+Green+Blue) = 86+86+137=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #565689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565689 is #A9A976. Grayscale: #5B5B5B. Windows color (decimal): -11118967 or 9000534. OLE color: 9000534.

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

Color convert

RGB 86 86 137 -
CMYK 0.37 0.37 0 0.46
HSL 240º 0.23% 0.44% -
HSV(B) 240º 0.37% 0.54% -
XYZ 11.68 10.44 25.07 -
YUV 91.81 153.5 123.85 -
System Red Green Blue C M Y K H S L
Decimal 86 86 137 0.37 0.37 0 0.46 240 0.23 0.44
Hex 56 56 89 25 25 0 2E F0 17 2C
Octal 126 126 211 45 45 0 56 360 27 54
Binary 1010110 1010110 10001001 100101 100101 0 101110 11110000 10111 101100

Color Harmonies of #565689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565689

Black with #565689

Text Example


Text Example

White with #565689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565689; }

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

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

background-color css

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

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

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

border-color css

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

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

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