#53559C

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

Shades of Governor Bay #53559C

Tints of Governor Bay #53559C

Color information

#53559C (or 0x53559C) is unknown color: approx Governor Bay. HEX triplet: 53, 55 and 9C. RGB value is (83,85,156). Sum of RGB (Red+Green+Blue) = 83+85+156=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #53559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53559C is #ACAA63. Grayscale: #5C5C5C. Windows color (decimal): -11315812 or 10245459. OLE color: 10245459.

HSL color Cylindrical-coordinate representation of color #53559C: hue angle of 238.36º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53559C is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8385156-
CMYK0.470.4600.39
HSL238.36º30.54%46.86%-
HSV(B)238.36º46.79%61.18%-
XYZ12.8210.7432.85-
YUV92.5163.84121.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.62%
GREEN value IS 85 (33.59% from 255) = 26.23%
BLUE value IS 156 (61.33% from 255) = 48.15%
R=25.62%
G=26.23%
B=48.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83851560.470.4600.39238.3630.5446.86
Hex53559C2F2E027ee1f2f
Octal12312523457560473563757
Binary101001110101011001110010111110111001001111110111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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