Html Css Color HEX #58598B Governor Bay

📋 copy color: '#58598B'

red 88 ◦ green 89 ◦ blue 139

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

Shades of Governor Bay #58598B

Tints of Governor Bay #58598B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.99%

R = 27.85%
G = 28.16%
B = 43.99%

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

#58598B (or 0x58598B) is known color: Governor Bay. HEX triplet: 58, 59 and 8B. RGB value is (88,89,139). Sum of RGB (Red+Green+Blue) = 88+89+139=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #58598B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58598B is #A7A674. Grayscale: #5E5E5E. Windows color (decimal): -10987125 or 9132376. OLE color: 9132376.

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

Color convert

RGB 88 89 139 -
CMYK 0.37 0.36 0 0.45
HSL 238.82º 0.22% 0.45% -
HSV(B) 238.82º 0.37% 0.55% -
XYZ 12.26 11.08 25.92 -
YUV 94.4 153.17 123.43 -
System Red Green Blue C M Y K H S L
Decimal 88 89 139 0.37 0.36 0 0.45 238.82 0.22 0.45
Hex 58 59 8B 25 24 0 2D EF 16 2D
Octal 130 131 213 45 44 0 55 357 26 55
Binary 1011000 1011001 10001011 100101 100100 0 101101 11101111 10110 101101

Color Harmonies of #58598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58598B

Black with #58598B

Text Example


Text Example

White with #58598B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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