Html Css Color HEX #556099 Governor Bay

📋 copy color: '#556099'

red 85 ◦ green 96 ◦ blue 153

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

Shades of Governor Bay #556099

Tints of Governor Bay #556099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.81%

R = 25.45%
G = 28.74%
B = 45.81%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#556099 (or 0x556099) is known color: Governor Bay. HEX triplet: 55, 60 and 99. RGB value is (85,96,153). Sum of RGB (Red+Green+Blue) = 85+96+153=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #556099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556099 is #AA9F66. Grayscale: #626262. Windows color (decimal): -11181927 or 10051669. OLE color: 10051669.

HSL color Cylindrical-coordinate representation of color #556099: hue angle of 230.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #556099 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 96 153 -
CMYK 0.44 0.37 0 0.4
HSL 230.29º 0.29% 0.47% -
HSV(B) 230.29º 0.44% 0.6% -
XYZ 13.68 12.6 31.85 -
YUV 99.21 158.36 117.87 -
System Red Green Blue C M Y K H S L
Decimal 85 96 153 0.44 0.37 0 0.4 230.29 0.29 0.47
Hex 55 60 99 2C 25 0 28 E6 1D 2F
Octal 125 140 231 54 45 0 50 346 35 57
Binary 1010101 1100000 10011001 101100 100101 0 101000 11100110 11101 101111

Color Harmonies of #556099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556099

Black with #556099

Text Example


Text Example

White with #556099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556099; }

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

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

background-color css

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

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

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

border-color css

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

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

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