#53599D

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

Shades of Governor Bay #53599D

Tints of Governor Bay #53599D

Color information

#53599D (or 0x53599D) is unknown color: approx Governor Bay. HEX triplet: 53, 59 and 9D. RGB value is (83,89,157). Sum of RGB (Red+Green+Blue) = 83+89+157=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #53599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53599D is #ACA662. Grayscale: #5E5E5E. Windows color (decimal): -11314787 or 10312019. OLE color: 10312019.

HSL color Cylindrical-coordinate representation of color #53599D: hue angle of 235.14º 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 #53599D is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8389157-
CMYK0.470.4300.38
HSL235.14º30.83%47.06%-
HSV(B)235.14º47.13%61.57%-
XYZ13.2311.4233.41-
YUV94.96163.01119.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.23%
GREEN value IS 89 (35.16% from 255) = 27.05%
BLUE value IS 157 (61.72% from 255) = 47.72%
R=25.23%
G=27.05%
B=47.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83891570.470.4300.38235.1430.8347.06
Hex53599D2F2B026eb1f2f
Octal12313123557530463533757
Binary101001110110011001110110111110101101001101110101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53599D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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