#53558B

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

Shades of Governor Bay #53558B

Tints of Governor Bay #53558B

Color information

#53558B (or 0x53558B) is unknown color: approx Governor Bay. HEX triplet: 53, 55 and 8B. RGB value is (83,85,139). Sum of RGB (Red+Green+Blue) = 83+85+139=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 85 (33.59% from 255 or 27.69% 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 #53558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53558B is #ACAA74. Grayscale: #5A5A5A. Windows color (decimal): -11315829 or 9131347. OLE color: 9131347.

HSL color Cylindrical-coordinate representation of color #53558B: hue angle of 237.86º 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 #53558B is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8385139-
CMYK0.400.3900.45
HSL237.86º25.23%43.53%-
HSV(B)237.86º40.29%54.51%-
XYZ11.4810.225.79-
YUV90.56155.34122.61-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83851390.400.3900.45237.8625.2343.53
Hex53558B282702Dee192c
Octal12312521350470553563154
Binary101001110101011000101110100010011101011011110111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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