Html Css Color HEX #556197 Governor Bay

📋 copy color: '#556197'

red 85 ◦ green 97 ◦ blue 151

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

Shades of Governor Bay #556197

Tints of Governor Bay #556197

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.13%

 BLUE value IS 151 (59.38% from 255) = 45.35%

R = 25.53%
G = 29.13%
B = 45.35%

CMYK

 C value IS 0.44

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#556197 (or 0x556197) is known color: Governor Bay. HEX triplet: 55, 61 and 97. RGB value is (85,97,151). Sum of RGB (Red+Green+Blue) = 85+97+151=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 151 - color contains mainly: blue. Hex color #556197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556197 is #AA9E68. Grayscale: #636363. Windows color (decimal): -11181673 or 9920853. OLE color: 9920853.

HSL color Cylindrical-coordinate representation of color #556197: hue angle of 229.09º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #556197 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 97 151 -
CMYK 0.44 0.36 0 0.41
HSL 229.09º 0.28% 0.46% -
HSV(B) 229.09º 0.44% 0.59% -
XYZ 13.61 12.72 31.02 -
YUV 99.57 157.02 117.61 -
System Red Green Blue C M Y K H S L
Decimal 85 97 151 0.44 0.36 0 0.41 229.09 0.28 0.46
Hex 55 61 97 2C 24 0 29 E5 1C 2E
Octal 125 141 227 54 44 0 51 345 34 56
Binary 1010101 1100001 10010111 101100 100100 0 101001 11100101 11100 101110

Color Harmonies of #556197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556197

Black with #556197

Text Example


Text Example

White with #556197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556197; }

 p { color: rgb(85,97,151); }

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

background-color css

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

 a { background-color: rgb(85,97,151); }

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

border-color css

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

 span { border-color: rgb(85,97,151); }

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