#58608E

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

Shades of Governor Bay #58608E

Tints of Governor Bay #58608E

Color information

#58608E (or 0x58608E) is unknown color: approx Governor Bay. HEX triplet: 58, 60 and 8E. RGB value is (88,96,142). Sum of RGB (Red+Green+Blue) = 88+96+142=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #58608E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58608E is #A79F71. Grayscale: #626262. Windows color (decimal): -10985330 or 9330776. OLE color: 9330776.

HSL color Cylindrical-coordinate representation of color #58608E: hue angle of 231.11º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58608E is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8896142-
CMYK0.380.3200.44
HSL231.11º23.48%45.1%-
HSV(B)231.11º38.03%55.69%-
XYZ13.0912.3927.29-
YUV98.85152.35120.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.99%
GREEN value IS 96 (37.89% from 255) = 29.45%
BLUE value IS 142 (55.86% from 255) = 43.56%
R=26.99%
G=29.45%
B=43.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal88961420.380.3200.44231.1123.4845.1
Hex58608E262002Ce7172d
Octal13014021646400543472755
Binary101100011000001000111010011010000001011001110011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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