#55528D

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

Shades of Governor Bay #55528D

Tints of Governor Bay #55528D

Color information

#55528D (or 0x55528D) is unknown color: approx Governor Bay. HEX triplet: 55, 52 and 8D. RGB value is (85,82,141). Sum of RGB (Red+Green+Blue) = 85+82+141=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #55528D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55528D is #AAAD72. Grayscale: #595959. Windows color (decimal): -11185523 or 9261653. OLE color: 9261653.

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

Color convert

RGB8582141-
CMYK0.400.4200.45
HSL243.05º26.46%43.73%-
HSV(B)243.05º41.84%55.29%-
XYZ11.579.8926.5-
YUV89.62156.99124.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.60%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 141 (55.47% from 255) = 45.78%
R=27.60%
G=26.62%
B=45.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85821410.400.4200.45243.0526.4643.73
Hex55528D282A02Df31a2c
Octal12512221550520553633254
Binary101010110100101000110110100010101001011011111001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55528D; }

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

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

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

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

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

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

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

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