Html Css Color HEX #58579B Governor Bay

📋 copy color: '#58579B'

red 88 ◦ green 87 ◦ blue 155

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

Shades of Governor Bay #58579B

Tints of Governor Bay #58579B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.36%

 BLUE value IS 155 (60.94% from 255) = 46.97%

R = 26.67%
G = 26.36%
B = 46.97%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58579B (or 0x58579B) is known color: Governor Bay. HEX triplet: 58, 57 and 9B. RGB value is (88,87,155). Sum of RGB (Red+Green+Blue) = 88+87+155=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #58579B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58579B is #A7A864. Grayscale: #5E5E5E. Windows color (decimal): -10987621 or 10180440. OLE color: 10180440.

HSL color Cylindrical-coordinate representation of color #58579B: hue angle of 240.88º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58579B is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 87 155 -
CMYK 0.43 0.44 0 0.39
HSL 240.88º 0.28% 0.47% -
HSV(B) 240.88º 0.44% 0.61% -
XYZ 13.35 11.26 32.48 -
YUV 95.05 161.83 122.97 -
System Red Green Blue C M Y K H S L
Decimal 88 87 155 0.43 0.44 0 0.39 240.88 0.28 0.47
Hex 58 57 9B 2B 2C 0 27 F1 1C 2F
Octal 130 127 233 53 54 0 47 361 34 57
Binary 1011000 1010111 10011011 101011 101100 0 100111 11110001 11100 101111

Color Harmonies of #58579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58579B

Black with #58579B

Text Example


Text Example

White with #58579B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,87,155); }

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

background-color css

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

 a { background-color: rgb(88,87,155); }

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

border-color css

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

 span { border-color: rgb(88,87,155); }

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