Html Css Color HEX #556096 Governor Bay

📋 copy color: '#556096'

red 85 ◦ green 96 ◦ blue 150

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

Shades of Governor Bay #556096

Tints of Governor Bay #556096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.32%

R = 25.68%
G = 29%
B = 45.32%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#556096 (or 0x556096) is known color: Governor Bay. HEX triplet: 55, 60 and 96. RGB value is (85,96,150). Sum of RGB (Red+Green+Blue) = 85+96+150=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #556096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556096 is #AA9F69. Grayscale: #626262. Windows color (decimal): -11181930 or 9855061. OLE color: 9855061.

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

Color convert

RGB 85 96 150 -
CMYK 0.43 0.36 0 0.41
HSL 229.85º 0.28% 0.46% -
HSV(B) 229.85º 0.43% 0.59% -
XYZ 13.43 12.5 30.56 -
YUV 98.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 85 96 150 0.43 0.36 0 0.41 229.85 0.28 0.46
Hex 55 60 96 2B 24 0 29 E6 1C 2E
Octal 125 140 226 53 44 0 51 346 34 56
Binary 1010101 1100000 10010110 101011 100100 0 101001 11100110 11100 101110

Color Harmonies of #556096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556096

Black with #556096

Text Example


Text Example

White with #556096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556096; }

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

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

background-color css

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

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

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

border-color css

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

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

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