#556094

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

Shades of Governor Bay #556094

Tints of Governor Bay #556094

Color information

#556094 (or 0x556094) is unknown color: approx Governor Bay. HEX triplet: 55, 60 and 94. RGB value is (85,96,148). Sum of RGB (Red+Green+Blue) = 85+96+148=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #556094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556094 is #AA9F6B. Grayscale: #626262. Windows color (decimal): -11181932 or 9723989. OLE color: 9723989.

HSL color Cylindrical-coordinate representation of color #556094: hue angle of 229.52º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #556094 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8596148-
CMYK0.430.3500.42
HSL229.52º27.04%45.69%-
HSV(B)229.52º42.57%58.04%-
XYZ13.2712.4429.72-
YUV98.64155.86118.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.84%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 148 (58.20% from 255) = 44.98%
R=25.84%
G=29.18%
B=44.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85961480.430.3500.42229.5227.0445.69
Hex5560942B2302Ae61b2e
Octal12514022453430523463356
Binary101010111000001001010010101110001101010101110011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556094; }

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

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

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

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

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

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

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

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