Html Css Color HEX #58578B Governor Bay

📋 copy color: '#58578B'

red 88 ◦ green 87 ◦ blue 139

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

Shades of Governor Bay #58578B

Tints of Governor Bay #58578B

RGB

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

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

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

R = 28.03%
G = 27.71%
B = 44.27%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58578B (or 0x58578B) is known color: Governor Bay. HEX triplet: 58, 57 and 8B. RGB value is (88,87,139). Sum of RGB (Red+Green+Blue) = 88+87+139=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #58578B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58578B is #A7A874. Grayscale: #5D5D5D. Windows color (decimal): -10987637 or 9131864. OLE color: 9131864.

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

Color convert

RGB 88 87 139 -
CMYK 0.37 0.37 0 0.45
HSL 241.15º 0.23% 0.44% -
HSV(B) 241.15º 0.37% 0.55% -
XYZ 12.09 10.76 25.86 -
YUV 93.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 88 87 139 0.37 0.37 0 0.45 241.15 0.23 0.44
Hex 58 57 8B 25 25 0 2D F1 17 2C
Octal 130 127 213 45 45 0 55 361 27 54
Binary 1011000 1010111 10001011 100101 100101 0 101101 11110001 10111 101100

Color Harmonies of #58578B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58578B

Black with #58578B

Text Example


Text Example

White with #58578B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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