#58509A

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

Shades of Governor Bay #58509A

Tints of Governor Bay #58509A

Color information

#58509A (or 0x58509A) is unknown color: approx Governor Bay. HEX triplet: 58, 50 and 9A. RGB value is (88,80,154). Sum of RGB (Red+Green+Blue) = 88+80+154=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #58509A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58509A is #A7AF65. Grayscale: #5A5A5A. Windows color (decimal): -10989414 or 10113112. OLE color: 10113112.

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

Color convert

RGB8880154-
CMYK0.430.4800.40
HSL246.49º31.62%45.88%-
HSV(B)246.49º48.05%60.39%-
XYZ12.7310.1531.86-
YUV90.83163.65125.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.33%
GREEN value IS 80 (31.64% from 255) = 24.84%
BLUE value IS 154 (60.55% from 255) = 47.83%
R=27.33%
G=24.84%
B=47.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88801540.430.4800.40246.4931.6245.88
Hex58509A2B30028f6202e
Octal13012023253600503664056
Binary1011000101000010011010101011110000010100011110110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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