#555293

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

Shades of Governor Bay #555293

Tints of Governor Bay #555293

Color information

#555293 (or 0x555293) is unknown color: approx Governor Bay. HEX triplet: 55, 52 and 93. RGB value is (85,82,147). Sum of RGB (Red+Green+Blue) = 85+82+147=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #555293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555293 is #AAAD6C. Grayscale: #5A5A5A. Windows color (decimal): -11185517 or 9654869. OLE color: 9654869.

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

Color convert

RGB8582147-
CMYK0.420.4400.42
HSL242.77º28.38%44.9%-
HSV(B)242.77º44.22%57.65%-
XYZ12.0310.0728.91-
YUV90.31159.99124.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.07%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 147 (57.81% from 255) = 46.82%
R=27.07%
G=26.11%
B=46.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85821470.420.4400.42242.7728.3844.9
Hex5552932A2C02Af31c2d
Octal12512222352540523633455
Binary101010110100101001001110101010110001010101111001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555293; }

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

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

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

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

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

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

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

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