Html Css Color HEX #58619E Governor Bay

📋 copy color: '#58619E'

red 88 ◦ green 97 ◦ blue 158

#58619E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #58619E

Tints of Governor Bay #58619E

RGB

 RED value IS 88 (34.77% from 255) = 25.66%

 GREEN value IS 97 (38.28% from 255) = 28.28%

 BLUE value IS 158 (62.11% from 255) = 46.06%

R = 25.66%
G = 28.28%
B = 46.06%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58619E (or 0x58619E) is known color: Governor Bay. HEX triplet: 58, 61 and 9E. RGB value is (88,97,158). Sum of RGB (Red+Green+Blue) = 88+97+158=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #58619E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58619E is #A79E61. Grayscale: #656565. Windows color (decimal): -10985058 or 10379608. OLE color: 10379608.

HSL color Cylindrical-coordinate representation of color #58619E: hue angle of 232.29º 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 #58619E is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 97 158 -
CMYK 0.44 0.39 0 0.38
HSL 232.29º 0.28% 0.48% -
HSV(B) 232.29º 0.44% 0.62% -
XYZ 14.47 13.09 34.11 -
YUV 101.26 160.02 118.54 -
System Red Green Blue C M Y K H S L
Decimal 88 97 158 0.44 0.39 0 0.38 232.29 0.28 0.48
Hex 58 61 9E 2C 27 0 26 E8 1C 30
Octal 130 141 236 54 47 0 46 350 34 60
Binary 1011000 1100001 10011110 101100 100111 0 100110 11101000 11100 110000

Color Harmonies of #58619E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58619E

Black with #58619E

Text Example


Text Example

White with #58619E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58619E;
 }
 .AnyTagClassName
 {
   color: #58619E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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