Html Css Color HEX #556098 Governor Bay

📋 copy color: '#556098'

red 85 ◦ green 96 ◦ blue 152

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

Shades of Governor Bay #556098

Tints of Governor Bay #556098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 45.65%

R = 25.53%
G = 28.83%
B = 45.65%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#556098 (or 0x556098) is known color: Governor Bay. HEX triplet: 55, 60 and 98. RGB value is (85,96,152). Sum of RGB (Red+Green+Blue) = 85+96+152=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 152 - color contains mainly: blue. Hex color #556098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556098 is #AA9F67. Grayscale: #626262. Windows color (decimal): -11181928 or 9986133. OLE color: 9986133.

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

Color convert

RGB 85 96 152 -
CMYK 0.44 0.37 0 0.40
HSL 230.15º 0.28% 0.46% -
HSV(B) 230.15º 0.44% 0.6% -
XYZ 13.6 12.56 31.41 -
YUV 99.1 157.86 117.95 -
System Red Green Blue C M Y K H S L
Decimal 85 96 152 0.44 0.37 0 0.40 230.15 0.28 0.46
Hex 55 60 98 2C 25 0 28 E6 1C 2E
Octal 125 140 230 54 45 0 50 346 34 56
Binary 1010101 1100000 10011000 101100 100101 0 101000 11100110 11100 101110

Color Harmonies of #556098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556098

Black with #556098

Text Example


Text Example

White with #556098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556098; }

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

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

background-color css

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

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

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

border-color css

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

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

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