#58529E

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

Shades of Governor Bay #58529E

Tints of Governor Bay #58529E

Color information

#58529E (or 0x58529E) is unknown color: approx Governor Bay. HEX triplet: 58, 52 and 9E. RGB value is (88,82,158). Sum of RGB (Red+Green+Blue) = 88+82+158=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #58529E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58529E is #A7AD61. Grayscale: #5C5C5C. Windows color (decimal): -10988898 or 10375768. OLE color: 10375768.

HSL color Cylindrical-coordinate representation of color #58529E: hue angle of 244.74º degrees, saturation: 0.32, 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 #58529E is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8882158-
CMYK0.440.4800.38
HSL244.74º31.67%47.06%-
HSV(B)244.74º48.1%61.96%-
XYZ13.2110.5833.69-
YUV92.46164.99124.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.83%
GREEN value IS 82 (32.42% from 255) = 25%
BLUE value IS 158 (62.11% from 255) = 48.17%
R=26.83%
G=25%
B=48.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88821580.440.4800.38244.7431.6747.06
Hex58529E2C30026f5202f
Octal13012223654600463654057
Binary1011000101001010011110101100110000010011011110101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58529E; }

 p { color: rgb(88,82,158); }

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

<style>
 a { background-color: #58529E; }

 a { background-color: rgb(88,82,158); }

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

<style>
 span { border-color: #58529E; }

 span { border-color: rgb(88,82,158); }

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