#55538B

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

Shades of Governor Bay #55538B

Tints of Governor Bay #55538B

Color information

#55538B (or 0x55538B) is unknown color: approx Governor Bay. HEX triplet: 55, 53 and 8B. RGB value is (85,83,139). Sum of RGB (Red+Green+Blue) = 85+83+139=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #55538B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55538B is #AAAC74. Grayscale: #595959. Windows color (decimal): -11185269 or 9130837. OLE color: 9130837.

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

Color convert

RGB8583139-
CMYK0.390.4000.45
HSL242.14º25.23%43.53%-
HSV(B)242.14º40.29%54.51%-
XYZ11.59.9825.75-
YUV89.98155.66124.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.69%
GREEN value IS 83 (32.81% from 255) = 27.04%
BLUE value IS 139 (54.69% from 255) = 45.28%
R=27.69%
G=27.04%
B=45.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85831390.390.4000.45242.1425.2343.53
Hex55538B272802Df2192c
Octal12512321347500553623154
Binary101010110100111000101110011110100001011011111001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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