#58509D

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

Shades of Governor Bay #58509D

Tints of Governor Bay #58509D

Color information

#58509D (or 0x58509D) is unknown color: approx Governor Bay. HEX triplet: 58, 50 and 9D. RGB value is (88,80,157). Sum of RGB (Red+Green+Blue) = 88+80+157=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #58509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58509D is #A7AF62. Grayscale: #5A5A5A. Windows color (decimal): -10989411 or 10309720. OLE color: 10309720.

HSL color Cylindrical-coordinate representation of color #58509D: hue angle of 246.23º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58509D is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8880157-
CMYK0.440.4900.38
HSL246.23º32.49%46.47%-
HSV(B)246.23º49.04%61.57%-
XYZ12.9810.2533.19-
YUV91.17165.15125.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.08%
GREEN value IS 80 (31.64% from 255) = 24.62%
BLUE value IS 157 (61.72% from 255) = 48.31%
R=27.08%
G=24.62%
B=48.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88801570.440.4900.38246.2332.4946.47
Hex58509D2C31026f6202e
Octal13012023554610463664056
Binary1011000101000010011101101100110001010011011110110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,80,157); }

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

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

 a { background-color: rgb(88,80,157); }

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

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

 span { border-color: rgb(88,80,157); }

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