Html Css Color HEX #58598D Governor Bay

📋 copy color: '#58598D'

red 88 ◦ green 89 ◦ blue 141

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

Shades of Governor Bay #58598D

Tints of Governor Bay #58598D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.34%

R = 27.67%
G = 27.99%
B = 44.34%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58598D (or 0x58598D) is known color: Governor Bay. HEX triplet: 58, 59 and 8D. RGB value is (88,89,141). Sum of RGB (Red+Green+Blue) = 88+89+141=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #58598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58598D is #A7A672. Grayscale: #5E5E5E. Windows color (decimal): -10987123 or 9263448. OLE color: 9263448.

HSL color Cylindrical-coordinate representation of color #58598D: hue angle of 238.87º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58598D is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 89 141 -
CMYK 0.38 0.37 0 0.45
HSL 238.87º 0.23% 0.45% -
HSV(B) 238.87º 0.38% 0.55% -
XYZ 12.4 11.14 26.7 -
YUV 94.63 154.17 123.27 -
System Red Green Blue C M Y K H S L
Decimal 88 89 141 0.38 0.37 0 0.45 238.87 0.23 0.45
Hex 58 59 8D 26 25 0 2D EF 17 2D
Octal 130 131 215 46 45 0 55 357 27 55
Binary 1011000 1011001 10001101 100110 100101 0 101101 11101111 10111 101101

Color Harmonies of #58598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58598D

Black with #58598D

Text Example


Text Example

White with #58598D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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