#58629A

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

Shades of Governor Bay #58629A

Tints of Governor Bay #58629A

Color information

#58629A (or 0x58629A) is unknown color: approx Governor Bay. HEX triplet: 58, 62 and 9A. RGB value is (88,98,154). Sum of RGB (Red+Green+Blue) = 88+98+154=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 154 - color contains mainly: blue. Hex color #58629A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58629A is #A79D65. Grayscale: #656565. Windows color (decimal): -10984806 or 10117720. OLE color: 10117720.

HSL color Cylindrical-coordinate representation of color #58629A: hue angle of 230.91º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58629A is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8898154-
CMYK0.430.3600.40
HSL230.91º27.27%47.45%-
HSV(B)230.91º42.86%60.39%-
XYZ14.2213.1432.36-
YUV101.39157.69118.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.88%
GREEN value IS 98 (38.67% from 255) = 28.82%
BLUE value IS 154 (60.55% from 255) = 45.29%
R=25.88%
G=28.82%
B=45.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88981540.430.3600.40230.9127.2747.45
Hex58629A2B24028e71b2f
Octal13014223253440503473357
Binary101100011000101001101010101110010001010001110011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58629A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58629A; }

 p { color: rgb(88,98,154); }

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

<style>
 a { background-color: #58629A; }

 a { background-color: rgb(88,98,154); }

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

<style>
 span { border-color: #58629A; }

 span { border-color: rgb(88,98,154); }

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