Html Css Color HEX #58928F Half Baked

📋 copy color: '#58928F'

red 88 ◦ green 146 ◦ blue 143

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

Shades of Half Baked #58928F

Tints of Half Baked #58928F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.73%

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

R = 23.34%
G = 38.73%
B = 37.93%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.43

RGB Variations

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

Color information

#58928F (or 0x58928F) is known color: Half Baked. HEX triplet: 58, 92 and 8F. RGB value is (88,146,143). Sum of RGB (Red+Green+Blue) = 88+146+143=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 146 - color contains mainly: green. Hex color #58928F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58928F is #A76D70. Grayscale: #808080. Windows color (decimal): -10972529 or 9409112. OLE color: 9409112.

HSL color Cylindrical-coordinate representation of color #58928F: hue angle of 176.9º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58928F is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 146 143 -
CMYK 0.40 0 0.02 0.43
HSL 176.9º 0.25% 0.46% -
HSV(B) 176.9º 0.4% 0.57% -
XYZ 19.26 24.62 29.72 -
YUV 128.32 136.28 99.24 -
System Red Green Blue C M Y K H S L
Decimal 88 146 143 0.40 0 0.02 0.43 176.9 0.25 0.46
Hex 58 92 8F 28 0 2 2B B1 19 2E
Octal 130 222 217 50 0 2 53 261 31 56
Binary 1011000 10010010 10001111 101000 0 10 101011 10110001 11001 101110

Color Harmonies of #58928F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58928F

Black with #58928F

Text Example


Text Example

White with #58928F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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