#556098

Color #556098 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #556098

Tints of Governor Bay #556098

Color information

#556098 (or 0x556098) is unknown color: approx 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

RGB8596152-
CMYK0.440.3700.40
HSL230.15º28.27%46.47%-
HSV(B)230.15º44.08%59.61%-
XYZ13.612.5631.41-
YUV99.1157.86117.95-

RGB Variations

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

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 (Cyan) values IS 0.44
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85961520.440.3700.40230.1528.2746.47
Hex5560982C25028e61c2e
Octal12514023054450503463456
Binary101010111000001001100010110010010101010001110011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>