Html Css Color HEX #58598C Governor Bay

📋 copy color: '#58598C'

red 88 ◦ green 89 ◦ blue 140

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

Shades of Governor Bay #58598C

Tints of Governor Bay #58598C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.08%

 BLUE value IS 140 (55.08% from 255) = 44.16%

R = 27.76%
G = 28.08%
B = 44.16%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58598C (or 0x58598C) is known color: Governor Bay. HEX triplet: 58, 59 and 8C. RGB value is (88,89,140). Sum of RGB (Red+Green+Blue) = 88+89+140=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #58598C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58598C is #A7A673. Grayscale: #5E5E5E. Windows color (decimal): -10987124 or 9197912. OLE color: 9197912.

HSL color Cylindrical-coordinate representation of color #58598C: hue angle of 238.85º degrees, saturation: 0.23, 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 #58598C is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 89 140 -
CMYK 0.37 0.36 0 0.45
HSL 238.85º 0.23% 0.45% -
HSV(B) 238.85º 0.37% 0.55% -
XYZ 12.33 11.11 26.31 -
YUV 94.52 153.67 123.35 -
System Red Green Blue C M Y K H S L
Decimal 88 89 140 0.37 0.36 0 0.45 238.85 0.23 0.45
Hex 58 59 8C 25 24 0 2D EF 17 2D
Octal 130 131 214 45 44 0 55 357 27 55
Binary 1011000 1011001 10001100 100101 100100 0 101101 11101111 10111 101101

Color Harmonies of #58598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58598C

Black with #58598C

Text Example


Text Example

White with #58598C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,89,140); }

 H1.HeaderClassName
 {
   color: #58598C;
 }
 .AnyTagClassName
 {
   color: #58598C;
 }
</style>

background-color css

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

 a { background-color: rgb(88,89,140); }

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

border-color css

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

 span { border-color: rgb(88,89,140); }

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