Html Css Color HEX #556091 Governor Bay

📋 copy color: '#556091'

red 85 ◦ green 96 ◦ blue 145

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

Shades of Governor Bay #556091

Tints of Governor Bay #556091

RGB

 RED value IS 85 (33.59% from 255) = 26.07%

 GREEN value IS 96 (37.89% from 255) = 29.45%

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

R = 26.07%
G = 29.45%
B = 44.48%

CMYK

 C value IS 0.41

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#556091 (or 0x556091) is known color: Governor Bay. HEX triplet: 55, 60 and 91. RGB value is (85,96,145). Sum of RGB (Red+Green+Blue) = 85+96+145=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #556091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556091 is #AA9F6E. Grayscale: #626262. Windows color (decimal): -11181935 or 9527381. OLE color: 9527381.

HSL color Cylindrical-coordinate representation of color #556091: hue angle of 229º 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 #556091 is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 96 145 -
CMYK 0.41 0.34 0 0.43
HSL 229º 0.26% 0.45% -
HSV(B) 229º 0.41% 0.57% -
XYZ 13.04 12.34 28.48 -
YUV 98.3 154.36 118.52 -
System Red Green Blue C M Y K H S L
Decimal 85 96 145 0.41 0.34 0 0.43 229 0.26 0.45
Hex 55 60 91 29 22 0 2B E5 1A 2D
Octal 125 140 221 51 42 0 53 345 32 55
Binary 1010101 1100000 10010001 101001 100010 0 101011 11100101 11010 101101

Color Harmonies of #556091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556091

Black with #556091

Text Example


Text Example

White with #556091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556091; }

 p { color: rgb(85,96,145); }

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

background-color css

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

 a { background-color: rgb(85,96,145); }

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

border-color css

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

 span { border-color: rgb(85,96,145); }

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