#58649E

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

Shades of Governor Bay #58649E

Tints of Governor Bay #58649E

Color information

#58649E (or 0x58649E) is unknown color: approx Governor Bay. HEX triplet: 58, 64 and 9E. RGB value is (88,100,158). Sum of RGB (Red+Green+Blue) = 88+100+158=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #58649E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58649E is #A79B61. Grayscale: #666666. Windows color (decimal): -10984290 or 10380376. OLE color: 10380376.

HSL color Cylindrical-coordinate representation of color #58649E: hue angle of 229.71º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58649E is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB88100158-
CMYK0.440.3700.38
HSL229.71º28.46%48.24%-
HSV(B)229.71º44.3%61.96%-
XYZ14.7513.6634.21-
YUV103.02159.02117.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.43%
GREEN value IS 100 (39.45% from 255) = 28.90%
BLUE value IS 158 (62.11% from 255) = 45.66%
R=25.43%
G=28.90%
B=45.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881001580.440.3700.38229.7128.4648.24
Hex58649E2C25026e61c30
Octal13014423654450463463460
Binary101100011001001001111010110010010101001101110011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58649E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,100,158); }

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

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

 a { background-color: rgb(88,100,158); }

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

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

 span { border-color: rgb(88,100,158); }

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