#58598D

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

Shades of Governor Bay #58598D

Tints of Governor Bay #58598D

Color information

#58598D (or 0x58598D) is unknown color: approx Governor Bay. HEX triplet: 58, 59 and 8D. RGB value is (88,89,141). Sum of RGB (Red+Green+Blue) = 88+89+141=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #58598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58598D is #A7A672. Grayscale: #5E5E5E. Windows color (decimal): -10987123 or 9263448. OLE color: 9263448.

HSL color Cylindrical-coordinate representation of color #58598D: hue angle of 238.87º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58598D is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8889141-
CMYK0.380.3700.45
HSL238.87º23.14%44.9%-
HSV(B)238.87º37.59%55.29%-
XYZ12.411.1426.7-
YUV94.63154.17123.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.67%
GREEN value IS 89 (35.16% from 255) = 27.99%
BLUE value IS 141 (55.47% from 255) = 44.34%
R=27.67%
G=27.99%
B=44.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88891410.380.3700.45238.8723.1444.9
Hex58598D262502Def172d
Octal13013121546450553572755
Binary101100010110011000110110011010010101011011110111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,89,141); }

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

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

 a { background-color: rgb(88,89,141); }

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

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

 span { border-color: rgb(88,89,141); }

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