#53569F

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

Shades of Governor Bay #53569F

Tints of Governor Bay #53569F

Color information

#53569F (or 0x53569F) is unknown color: approx Governor Bay. HEX triplet: 53, 56 and 9F. RGB value is (83,86,159). Sum of RGB (Red+Green+Blue) = 83+86+159=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #53569F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53569F is #ACA960. Grayscale: #5D5D5D. Windows color (decimal): -11315553 or 10442323. OLE color: 10442323.

HSL color Cylindrical-coordinate representation of color #53569F: hue angle of 237.63º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53569F is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8386159-
CMYK0.480.4600.38
HSL237.63º31.4%47.45%-
HSV(B)237.63º47.8%62.35%-
XYZ13.151134.23-
YUV93.43165.01120.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.30%
GREEN value IS 86 (33.98% from 255) = 26.22%
BLUE value IS 159 (62.5% from 255) = 48.48%
R=25.30%
G=26.22%
B=48.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83861590.480.4600.38237.6331.447.45
Hex53569F302E026ee1f2f
Octal12312623760560463563757
Binary101001110101101001111111000010111001001101110111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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