#58608B

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

Shades of Governor Bay #58608B

Tints of Governor Bay #58608B

Color information

#58608B (or 0x58608B) is unknown color: approx Governor Bay. HEX triplet: 58, 60 and 8B. RGB value is (88,96,139). Sum of RGB (Red+Green+Blue) = 88+96+139=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #58608B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58608B is #A79F74. Grayscale: #626262. Windows color (decimal): -10985333 or 9134168. OLE color: 9134168.

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

Color convert

RGB8896139-
CMYK0.370.3100.45
HSL230.59º22.47%44.51%-
HSV(B)230.59º36.69%54.51%-
XYZ12.8712.326.12-
YUV98.51150.85120.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.24%
GREEN value IS 96 (37.89% from 255) = 29.72%
BLUE value IS 139 (54.69% from 255) = 43.03%
R=27.24%
G=29.72%
B=43.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88961390.370.3100.45230.5922.4744.51
Hex58608B251F02De7162d
Octal13014021345370553472655
Binary10110001100000100010111001011111101011011110011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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