#53569D

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

Shades of Governor Bay #53569D

Tints of Governor Bay #53569D

Color information

#53569D (or 0x53569D) is unknown color: approx Governor Bay. HEX triplet: 53, 56 and 9D. RGB value is (83,86,157). Sum of RGB (Red+Green+Blue) = 83+86+157=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #53569D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53569D is #ACA962. Grayscale: #5C5C5C. Windows color (decimal): -11315555 or 10311251. OLE color: 10311251.

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

Color convert

RGB8386157-
CMYK0.470.4500.38
HSL237.57º30.83%47.06%-
HSV(B)237.57º47.13%61.57%-
XYZ12.9810.9333.32-
YUV93.2164.01120.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.46%
GREEN value IS 86 (33.98% from 255) = 26.38%
BLUE value IS 157 (61.72% from 255) = 48.16%
R=25.46%
G=26.38%
B=48.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83861570.470.4500.38237.5730.8347.06
Hex53569D2F2D026ee1f2f
Octal12312623557550463563757
Binary101001110101101001110110111110110101001101110111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53569D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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