Html Css Color HEX #565987 Governor Bay

📋 copy color: '#565987'

red 86 ◦ green 89 ◦ blue 135

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

Shades of Governor Bay #565987

Tints of Governor Bay #565987

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.71%

 BLUE value IS 135 (53.13% from 255) = 43.55%

R = 27.74%
G = 28.71%
B = 43.55%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#565987 (or 0x565987) is known color: Governor Bay. HEX triplet: 56, 59 and 87. RGB value is (86,89,135). Sum of RGB (Red+Green+Blue) = 86+89+135=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 135 - color contains mainly: blue. Hex color #565987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565987 is #A9A678. Grayscale: #5D5D5D. Windows color (decimal): -11118201 or 8870230. OLE color: 8870230.

HSL color Cylindrical-coordinate representation of color #565987: hue angle of 236.33º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #565987 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 89 135 -
CMYK 0.36 0.34 0 0.47
HSL 236.33º 0.22% 0.43% -
HSV(B) 236.33º 0.36% 0.53% -
XYZ 11.78 10.87 24.4 -
YUV 93.35 151.51 122.76 -
System Red Green Blue C M Y K H S L
Decimal 86 89 135 0.36 0.34 0 0.47 236.33 0.22 0.43
Hex 56 59 87 24 22 0 2F EC 16 2B
Octal 126 131 207 44 42 0 57 354 26 53
Binary 1010110 1011001 10000111 100100 100010 0 101111 11101100 10110 101011

Color Harmonies of #565987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565987

Black with #565987

Text Example


Text Example

White with #565987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565987; }

 p { color: rgb(86,89,135); }

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

background-color css

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

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

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

border-color css

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

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

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