Html Css Color HEX #58938C Half Baked

📋 copy color: '#58938C'

red 88 ◦ green 147 ◦ blue 140

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

Shades of Half Baked #58938C

Tints of Half Baked #58938C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.2%

 BLUE value IS 140 (55.08% from 255) = 37.33%

R = 23.47%
G = 39.2%
B = 37.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#58938C (or 0x58938C) is known color: Half Baked. HEX triplet: 58, 93 and 8C. RGB value is (88,147,140). Sum of RGB (Red+Green+Blue) = 88+147+140=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #58938C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58938C is #A76C73. Grayscale: #808080. Windows color (decimal): -10972276 or 9212760. OLE color: 9212760.

HSL color Cylindrical-coordinate representation of color #58938C: hue angle of 172.88º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58938C is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 147 140 -
CMYK 0.40 0 0.05 0.42
HSL 172.88º 0.25% 0.46% -
HSV(B) 172.88º 0.4% 0.58% -
XYZ 19.19 24.84 28.59 -
YUV 128.56 134.45 99.07 -
System Red Green Blue C M Y K H S L
Decimal 88 147 140 0.40 0 0.05 0.42 172.88 0.25 0.46
Hex 58 93 8C 28 0 5 2A AD 19 2E
Octal 130 223 214 50 0 5 52 255 31 56
Binary 1011000 10010011 10001100 101000 0 101 101010 10101101 11001 101110

Color Harmonies of #58938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58938C

Black with #58938C

Text Example


Text Example

White with #58938C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58938C; }

 p { color: rgb(88,147,140); }

 H1.HeaderClassName
 {
   color: #58938C;
 }
 .AnyTagClassName
 {
   color: #58938C;
 }
</style>

background-color css

<style>
 a { background-color: #58938C; }

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

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

border-color css

<style>
 span { border-color: #58938C; }

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

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