#555290

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

Shades of Governor Bay #555290

Tints of Governor Bay #555290

Color information

#555290 (or 0x555290) is unknown color: approx Governor Bay. HEX triplet: 55, 52 and 90. RGB value is (85,82,144). Sum of RGB (Red+Green+Blue) = 85+82+144=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #555290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555290 is #AAAD6F. Grayscale: #595959. Windows color (decimal): -11185520 or 9458261. OLE color: 9458261.

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

Color convert

RGB8582144-
CMYK0.410.4300.44
HSL242.9º27.43%44.31%-
HSV(B)242.9º43.06%56.47%-
XYZ11.89.9827.69-
YUV89.96158.49124.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.33%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 144 (56.64% from 255) = 46.30%
R=27.33%
G=26.37%
B=46.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85821440.410.4300.44242.927.4344.31
Hex555290292B02Cf31b2c
Octal12512222051530543633354
Binary101010110100101001000010100110101101011001111001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555290; }

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

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

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

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

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

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

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

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