#53558C

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

Shades of Governor Bay #53558C

Tints of Governor Bay #53558C

Color information

#53558C (or 0x53558C) is unknown color: approx Governor Bay. HEX triplet: 53, 55 and 8C. RGB value is (83,85,140). Sum of RGB (Red+Green+Blue) = 83+85+140=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 85 (33.59% from 255 or 27.60% 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 #53558C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53558C is #ACAA73. Grayscale: #5A5A5A. Windows color (decimal): -11315828 or 9196883. OLE color: 9196883.

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

Color convert

RGB8385140-
CMYK0.410.3900.45
HSL237.89º25.56%43.73%-
HSV(B)237.89º40.71%54.9%-
XYZ11.5510.2326.18-
YUV90.67155.84122.53-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83851400.410.3900.45237.8925.5643.73
Hex53558C292702Dee1a2c
Octal12312521451470553563254
Binary101001110101011000110010100110011101011011110111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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