#555093

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

Shades of Governor Bay #555093

Tints of Governor Bay #555093

Color information

#555093 (or 0x555093) is unknown color: approx Governor Bay. HEX triplet: 55, 50 and 93. RGB value is (85,80,147). Sum of RGB (Red+Green+Blue) = 85+80+147=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #555093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555093 is #AAAF6C. Grayscale: #585858. Windows color (decimal): -11186029 or 9654357. OLE color: 9654357.

HSL color Cylindrical-coordinate representation of color #555093: hue angle of 244.48º 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 #555093 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8580147-
CMYK0.420.4600.42
HSL244.48º29.52%44.51%-
HSV(B)244.48º45.58%57.65%-
XYZ11.889.7828.86-
YUV89.13160.66125.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.24%
GREEN value IS 80 (31.64% from 255) = 25.64%
BLUE value IS 147 (57.81% from 255) = 47.12%
R=27.24%
G=25.64%
B=47.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85801470.420.4600.42244.4829.5244.51
Hex5550932A2E02Af41e2d
Octal12512022352560523643655
Binary101010110100001001001110101010111001010101111010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555093; }

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

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

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

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

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

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

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

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