Html Css Color HEX #565991 Governor Bay

📋 copy color: '#565991'

red 86 ◦ green 89 ◦ blue 145

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

Shades of Governor Bay #565991

Tints of Governor Bay #565991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.31%

R = 26.88%
G = 27.81%
B = 45.31%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#565991 (or 0x565991) is known color: Governor Bay. HEX triplet: 56, 59 and 91. RGB value is (86,89,145). Sum of RGB (Red+Green+Blue) = 86+89+145=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 145 - color contains mainly: blue. Hex color #565991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565991 is #A9A66E. Grayscale: #5E5E5E. Windows color (decimal): -11118191 or 9525590. OLE color: 9525590.

HSL color Cylindrical-coordinate representation of color #565991: hue angle of 236.95º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #565991 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 89 145 -
CMYK 0.41 0.39 0 0.43
HSL 236.95º 0.26% 0.45% -
HSV(B) 236.95º 0.41% 0.57% -
XYZ 12.52 11.17 28.28 -
YUV 94.49 156.51 121.95 -
System Red Green Blue C M Y K H S L
Decimal 86 89 145 0.41 0.39 0 0.43 236.95 0.26 0.45
Hex 56 59 91 29 27 0 2B ED 1A 2D
Octal 126 131 221 51 47 0 53 355 32 55
Binary 1010110 1011001 10010001 101001 100111 0 101011 11101101 11010 101101

Color Harmonies of #565991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565991

Black with #565991

Text Example


Text Example

White with #565991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565991; }

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

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

background-color css

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

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

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

border-color css

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

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

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