#58649C

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

Shades of Governor Bay #58649C

Tints of Governor Bay #58649C

Color information

#58649C (or 0x58649C) is unknown color: approx Governor Bay. HEX triplet: 58, 64 and 9C. RGB value is (88,100,156). Sum of RGB (Red+Green+Blue) = 88+100+156=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #58649C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58649C is #A79B63. Grayscale: #666666. Windows color (decimal): -10984292 or 10249304. OLE color: 10249304.

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

Color convert

RGB88100156-
CMYK0.440.3600.39
HSL229.41º27.87%47.84%-
HSV(B)229.41º43.59%61.18%-
XYZ14.5813.5933.31-
YUV102.8158.02117.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.58%
GREEN value IS 100 (39.45% from 255) = 29.07%
BLUE value IS 156 (61.33% from 255) = 45.35%
R=25.58%
G=29.07%
B=45.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881001560.440.3600.39229.4127.8747.84
Hex58649C2C24027e51c30
Octal13014423454440473453460
Binary101100011001001001110010110010010001001111110010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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