#58608D

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

Shades of Governor Bay #58608D

Tints of Governor Bay #58608D

Color information

#58608D (or 0x58608D) is unknown color: approx Governor Bay. HEX triplet: 58, 60 and 8D. RGB value is (88,96,141). Sum of RGB (Red+Green+Blue) = 88+96+141=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #58608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58608D is #A79F72. Grayscale: #626262. Windows color (decimal): -10985331 or 9265240. OLE color: 9265240.

HSL color Cylindrical-coordinate representation of color #58608D: hue angle of 230.94º 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 #58608D is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8896141-
CMYK0.380.3200.45
HSL230.94º23.14%44.9%-
HSV(B)230.94º37.59%55.29%-
XYZ13.0212.3626.9-
YUV98.74151.85120.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.08%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 141 (55.47% from 255) = 43.38%
R=27.08%
G=29.54%
B=43.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88961410.380.3200.45230.9423.1444.9
Hex58608D262002De7172d
Octal13014021546400553472755
Binary101100011000001000110110011010000001011011110011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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