#52599B

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

Shades of Governor Bay #52599B

Tints of Governor Bay #52599B

Color information

#52599B (or 0x52599B) is unknown color: approx Governor Bay. HEX triplet: 52, 59 and 9B. RGB value is (82,89,155). Sum of RGB (Red+Green+Blue) = 82+89+155=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #52599B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52599B is #ADA664. Grayscale: #5E5E5E. Windows color (decimal): -11380325 or 10180946. OLE color: 10180946.

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

Color convert

RGB8289155-
CMYK0.470.4300.39
HSL234.25º30.8%46.47%-
HSV(B)234.25º47.1%60.78%-
XYZ12.9711.3132.51-
YUV94.43162.18119.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.15%
GREEN value IS 89 (35.16% from 255) = 27.30%
BLUE value IS 155 (60.94% from 255) = 47.55%
R=25.15%
G=27.30%
B=47.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82891550.470.4300.39234.2530.846.47
Hex52599B2F2B027ea1f2e
Octal12213123357530473523756
Binary101001010110011001101110111110101101001111110101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52599B; }

 p { color: rgb(82,89,155); }

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

<style>
 a { background-color: #52599B; }

 a { background-color: rgb(82,89,155); }

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

<style>
 span { border-color: #52599B; }

 span { border-color: rgb(82,89,155); }

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