#58509B

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

Shades of Governor Bay #58509B

Tints of Governor Bay #58509B

Color information

#58509B (or 0x58509B) is unknown color: approx Governor Bay. HEX triplet: 58, 50 and 9B. RGB value is (88,80,155). Sum of RGB (Red+Green+Blue) = 88+80+155=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #58509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58509B is #A7AF64. Grayscale: #5A5A5A. Windows color (decimal): -10989413 or 10178648. OLE color: 10178648.

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

Color convert

RGB8880155-
CMYK0.430.4800.39
HSL246.4º31.91%46.08%-
HSV(B)246.4º48.39%60.78%-
XYZ12.8110.1832.3-
YUV90.94164.15125.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.24%
GREEN value IS 80 (31.64% from 255) = 24.77%
BLUE value IS 155 (60.94% from 255) = 47.99%
R=27.24%
G=24.77%
B=47.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal88801550.430.4800.39246.431.9146.08
Hex58509B2B30027f6202e
Octal13012023353600473664056
Binary1011000101000010011011101011110000010011111110110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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