#55538C

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

Shades of Governor Bay #55538C

Tints of Governor Bay #55538C

Color information

#55538C (or 0x55538C) is unknown color: approx Governor Bay. HEX triplet: 55, 53 and 8C. RGB value is (85,83,140). Sum of RGB (Red+Green+Blue) = 85+83+140=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #55538C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55538C is #AAAC73. Grayscale: #595959. Windows color (decimal): -11185268 or 9196373. OLE color: 9196373.

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

Color convert

RGB8583140-
CMYK0.390.4100.45
HSL242.11º25.56%43.73%-
HSV(B)242.11º40.71%54.9%-
XYZ11.5710.0126.13-
YUV90.1156.16124.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.60%
GREEN value IS 83 (32.81% from 255) = 26.95%
BLUE value IS 140 (55.08% from 255) = 45.45%
R=27.60%
G=26.95%
B=45.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85831400.390.4100.45242.1125.5643.73
Hex55538C272902Df21a2c
Octal12512321447510553623254
Binary101010110100111000110010011110100101011011111001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55538C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55538C; }

 p { color: rgb(85,83,140); }

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

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

 a { background-color: rgb(85,83,140); }

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

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

 span { border-color: rgb(85,83,140); }

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