#555493

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

Shades of Governor Bay #555493

Tints of Governor Bay #555493

Color information

#555493 (or 0x555493) is unknown color: approx Governor Bay. HEX triplet: 55, 54 and 93. RGB value is (85,84,147). Sum of RGB (Red+Green+Blue) = 85+84+147=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #555493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555493 is #AAAB6C. Grayscale: #5B5B5B. Windows color (decimal): -11185005 or 9655381. OLE color: 9655381.

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

Color convert

RGB8584147-
CMYK0.420.4300.42
HSL240.95º27.27%45.29%-
HSV(B)240.95º42.86%57.65%-
XYZ12.1810.3828.96-
YUV91.48159.33123.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.90%
GREEN value IS 84 (33.20% from 255) = 26.58%
BLUE value IS 147 (57.81% from 255) = 46.52%
R=26.90%
G=26.58%
B=46.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85841470.420.4300.42240.9527.2745.29
Hex5554932A2B02Af11b2d
Octal12512422352530523613355
Binary101010110101001001001110101010101101010101111000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555493; }

 p { color: rgb(85,84,147); }

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

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

 a { background-color: rgb(85,84,147); }

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

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

 span { border-color: rgb(85,84,147); }

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