Html Css Color HEX #57958E Half Baked

📋 copy color: '#57958E'

red 87 ◦ green 149 ◦ blue 142

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

Shades of Half Baked #57958E

Tints of Half Baked #57958E

RGB

 RED value IS 87 (34.38% from 255) = 23.02%

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

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

R = 23.02%
G = 39.42%
B = 37.57%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#57958E (or 0x57958E) is known color: Half Baked. HEX triplet: 57, 95 and 8E. RGB value is (87,149,142). Sum of RGB (Red+Green+Blue) = 87+149+142=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 149 - color contains mainly: green. Hex color #57958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57958E is #A86A71. Grayscale: #818181. Windows color (decimal): -11037298 or 9344343. OLE color: 9344343.

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

Color convert

RGB 87 149 142 -
CMYK 0.42 0 0.05 0.42
HSL 173.23º 0.26% 0.46% -
HSV(B) 173.23º 0.42% 0.58% -
XYZ 19.56 25.47 29.48 -
YUV 129.66 134.96 97.57 -
System Red Green Blue C M Y K H S L
Decimal 87 149 142 0.42 0 0.05 0.42 173.23 0.26 0.46
Hex 57 95 8E 2A 0 5 2A AD 1A 2E
Octal 127 225 216 52 0 5 52 255 32 56
Binary 1010111 10010101 10001110 101010 0 101 101010 10101101 11010 101110

Color Harmonies of #57958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57958E

Black with #57958E

Text Example


Text Example

White with #57958E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,149,142); }

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

background-color css

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

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

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

border-color css

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

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

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