Html Css Color HEX #58598A Governor Bay

📋 copy color: '#58598A'

red 88 ◦ green 89 ◦ blue 138

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

Shades of Governor Bay #58598A

Tints of Governor Bay #58598A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.81%

R = 27.94%
G = 28.25%
B = 43.81%

CMYK

 C value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#58598A (or 0x58598A) is known color: Governor Bay. HEX triplet: 58, 59 and 8A. RGB value is (88,89,138). Sum of RGB (Red+Green+Blue) = 88+89+138=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 138 - color contains mainly: blue. Hex color #58598A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58598A is #A7A675. Grayscale: #5E5E5E. Windows color (decimal): -10987126 or 9066840. OLE color: 9066840.

HSL color Cylindrical-coordinate representation of color #58598A: hue angle of 238.8º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #58598A is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 88 89 138 -
CMYK 0.36 0.36 0 0.46
HSL 238.8º 0.22% 0.44% -
HSV(B) 238.8º 0.36% 0.54% -
XYZ 12.18 11.05 25.54 -
YUV 94.29 152.67 123.52 -
System Red Green Blue C M Y K H S L
Decimal 88 89 138 0.36 0.36 0 0.46 238.8 0.22 0.44
Hex 58 59 8A 24 24 0 2E EF 16 2C
Octal 130 131 212 44 44 0 56 357 26 54
Binary 1011000 1011001 10001010 100100 100100 0 101110 11101111 10110 101100

Color Harmonies of #58598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58598A

Black with #58598A

Text Example


Text Example

White with #58598A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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