#555094

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

Shades of Governor Bay #555094

Tints of Governor Bay #555094

Color information

#555094 (or 0x555094) is unknown color: approx Governor Bay. HEX triplet: 55, 50 and 94. RGB value is (85,80,148). Sum of RGB (Red+Green+Blue) = 85+80+148=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #555094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555094 is #AAAF6B. Grayscale: #585858. Windows color (decimal): -11186028 or 9719893. OLE color: 9719893.

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

Color convert

RGB8580148-
CMYK0.430.4600.42
HSL244.41º29.82%44.71%-
HSV(B)244.41º45.95%58.04%-
XYZ11.969.8129.28-
YUV89.25161.16124.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 148 (58.20% from 255) = 47.28%
R=27.16%
G=25.56%
B=47.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85801480.430.4600.42244.4129.8244.71
Hex5550942B2E02Af41e2d
Octal12512022453560523643655
Binary101010110100001001010010101110111001010101111010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555094; }

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

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

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

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

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

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

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

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