Html Css Color HEX #58938F Half Baked

📋 copy color: '#58938F'

red 88 ◦ green 147 ◦ blue 143

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

Shades of Half Baked #58938F

Tints of Half Baked #58938F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.83%

R = 23.28%
G = 38.89%
B = 37.83%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#58938F (or 0x58938F) is known color: Half Baked. HEX triplet: 58, 93 and 8F. RGB value is (88,147,143). Sum of RGB (Red+Green+Blue) = 88+147+143=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 147 - color contains mainly: green. Hex color #58938F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58938F is #A76C70. Grayscale: #808080. Windows color (decimal): -10972273 or 9409368. OLE color: 9409368.

HSL color Cylindrical-coordinate representation of color #58938F: hue angle of 175.93º 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 #58938F is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 147 143 -
CMYK 0.40 0 0.03 0.42
HSL 175.93º 0.25% 0.46% -
HSV(B) 175.93º 0.4% 0.58% -
XYZ 19.42 24.93 29.77 -
YUV 128.9 135.95 98.83 -
System Red Green Blue C M Y K H S L
Decimal 88 147 143 0.40 0 0.03 0.42 175.93 0.25 0.46
Hex 58 93 8F 28 0 3 2A B0 19 2E
Octal 130 223 217 50 0 3 52 260 31 56
Binary 1011000 10010011 10001111 101000 0 11 101010 10110000 11001 101110

Color Harmonies of #58938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58938F

Black with #58938F

Text Example


Text Example

White with #58938F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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