Html Css Color HEX #58958D Half Baked

📋 copy color: '#58958D'

red 88 ◦ green 149 ◦ blue 141

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

Shades of Half Baked #58958D

Tints of Half Baked #58958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.42%

 BLUE value IS 141 (55.47% from 255) = 37.3%

R = 23.28%
G = 39.42%
B = 37.3%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#58958D (or 0x58958D) is known color: Half Baked. HEX triplet: 58, 95 and 8D. RGB value is (88,149,141). Sum of RGB (Red+Green+Blue) = 88+149+141=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 149 - color contains mainly: green. Hex color #58958D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58958D is #A76A72. Grayscale: #818181. Windows color (decimal): -10971763 or 9278808. OLE color: 9278808.

HSL color Cylindrical-coordinate representation of color #58958D: hue angle of 172.13º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58958D is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 149 141 -
CMYK 0.41 0 0.05 0.42
HSL 172.13º 0.26% 0.46% -
HSV(B) 172.13º 0.41% 0.58% -
XYZ 19.58 25.49 29.09 -
YUV 129.85 134.29 98.15 -
System Red Green Blue C M Y K H S L
Decimal 88 149 141 0.41 0 0.05 0.42 172.13 0.26 0.46
Hex 58 95 8D 29 0 5 2A AC 1A 2E
Octal 130 225 215 51 0 5 52 254 32 56
Binary 1011000 10010101 10001101 101001 0 101 101010 10101100 11010 101110

Color Harmonies of #58958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58958D

Black with #58958D

Text Example


Text Example

White with #58958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58958D; }

 p { color: rgb(88,149,141); }

 H1.HeaderClassName
 {
   color: #58958D;
 }
 .AnyTagClassName
 {
   color: #58958D;
 }
</style>

background-color css

<style>
 a { background-color: #58958D; }

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

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

border-color css

<style>
 span { border-color: #58958D; }

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

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