#53588C

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

Shades of Governor Bay #53588C

Tints of Governor Bay #53588C

Color information

#53588C (or 0x53588C) is unknown color: approx Governor Bay. HEX triplet: 53, 58 and 8C. RGB value is (83,88,140). Sum of RGB (Red+Green+Blue) = 83+88+140=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #53588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53588C is #ACA773. Grayscale: #5C5C5C. Windows color (decimal): -11315060 or 9197651. OLE color: 9197651.

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

Color convert

RGB8388140-
CMYK0.410.3700.45
HSL234.74º25.56%43.73%-
HSV(B)234.74º40.71%54.9%-
XYZ11.7910.7126.26-
YUV92.43154.84121.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.69%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 140 (55.08% from 255) = 45.02%
R=26.69%
G=28.30%
B=45.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83881400.410.3700.45234.7425.5643.73
Hex53588C292502Deb1a2c
Octal12313021451450553533254
Binary101001110110001000110010100110010101011011110101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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