Html Css Color HEX #58588E Governor Bay

📋 copy color: '#58588E'

red 88 ◦ green 88 ◦ blue 142

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

Shades of Governor Bay #58588E

Tints of Governor Bay #58588E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.65%

R = 27.67%
G = 27.67%
B = 44.65%

CMYK

 C value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#58588E (or 0x58588E) is known color: Governor Bay. HEX triplet: 58, 58 and 8E. RGB value is (88,88,142). Sum of RGB (Red+Green+Blue) = 88+88+142=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #58588E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58588E is #A7A771. Grayscale: #5D5D5D. Windows color (decimal): -10987378 or 9328728. OLE color: 9328728.

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

Color convert

RGB 88 88 142 -
CMYK 0.38 0.38 0 0.44
HSL 240º 0.23% 0.45% -
HSV(B) 240º 0.38% 0.56% -
XYZ 12.4 11.01 27.06 -
YUV 94.16 155 123.61 -
System Red Green Blue C M Y K H S L
Decimal 88 88 142 0.38 0.38 0 0.44 240 0.23 0.45
Hex 58 58 8E 26 26 0 2C F0 17 2D
Octal 130 130 216 46 46 0 54 360 27 55
Binary 1011000 1011000 10001110 100110 100110 0 101100 11110000 10111 101101

Color Harmonies of #58588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58588E

Black with #58588E

Text Example


Text Example

White with #58588E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58588E; }

 p { color: rgb(88,88,142); }

 H1.HeaderClassName
 {
   color: #58588E;
 }
 .AnyTagClassName
 {
   color: #58588E;
 }
</style>

background-color css

<style>
 a { background-color: #58588E; }

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

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

border-color css

<style>
 span { border-color: #58588E; }

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

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