#53569C

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

Shades of Governor Bay #53569C

Tints of Governor Bay #53569C

Color information

#53569C (or 0x53569C) is unknown color: approx Governor Bay. HEX triplet: 53, 56 and 9C. RGB value is (83,86,156). Sum of RGB (Red+Green+Blue) = 83+86+156=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #53569C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53569C is #ACA963. Grayscale: #5C5C5C. Windows color (decimal): -11315556 or 10245715. OLE color: 10245715.

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

Color convert

RGB8386156-
CMYK0.470.4500.39
HSL237.53º30.54%46.86%-
HSV(B)237.53º46.79%61.18%-
XYZ12.910.8932.88-
YUV93.08163.51120.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.54%
GREEN value IS 86 (33.98% from 255) = 26.46%
BLUE value IS 156 (61.33% from 255) = 48%
R=25.54%
G=26.46%
B=48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83861560.470.4500.39237.5330.5446.86
Hex53569C2F2D027ee1f2f
Octal12312623457550473563757
Binary101001110101101001110010111110110101001111110111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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