#556092

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

Shades of Governor Bay #556092

Tints of Governor Bay #556092

Color information

#556092 (or 0x556092) is unknown color: approx Governor Bay. HEX triplet: 55, 60 and 92. RGB value is (85,96,146). Sum of RGB (Red+Green+Blue) = 85+96+146=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #556092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556092 is #AA9F6D. Grayscale: #626262. Windows color (decimal): -11181934 or 9592917. OLE color: 9592917.

HSL color Cylindrical-coordinate representation of color #556092: hue angle of 229.18º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #556092 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8596146-
CMYK0.420.3400.43
HSL229.18º26.41%45.29%-
HSV(B)229.18º41.78%57.25%-
XYZ13.1212.3728.89-
YUV98.41154.86118.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.99%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 146 (57.42% from 255) = 44.65%
R=25.99%
G=29.36%
B=44.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85961460.420.3400.43229.1826.4145.29
Hex5560922A2202Be51a2d
Octal12514022252420533453255
Binary101010111000001001001010101010001001010111110010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556092; }

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

 H1.HeaderClassName
 {
   color: #556092;
 }
 .AnyTagClassName
 {
   color: #556092;
 }
</style>
background-color css

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

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

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

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

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

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