#5F9493

Color #5F9493 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #5F9493

Tints of Half Baked #5F9493

Color information

#5F9493 (or 0x5F9493) is unknown color: approx Half Baked. HEX triplet: 5F, 94 and 93. RGB value is (95,148,147). Sum of RGB (Red+Green+Blue) = 95+148+147=390 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.36% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #5F9493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9493 is #A06B6C. Grayscale: #838383. Windows color (decimal): -10513261 or 9671775. OLE color: 9671775.

HSL color Cylindrical-coordinate representation of color #5F9493: hue angle of 178.87º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F9493 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB95148147-
CMYK0.3600.010.42
HSL178.87º21.81%47.65%-
HSV(B)178.87º35.81%58.04%-
XYZ20.5825.7231.48-
YUV132.04136.44101.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.36%
GREEN value IS 148 (58.20% from 255) = 37.95%
BLUE value IS 147 (57.81% from 255) = 37.69%
R=24.36%
G=37.95%
B=37.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal951481470.3600.010.42178.8721.8147.65
Hex5F949324012Ab31630
Octal1372242234401522632660
Binary10111111001010010010011100100011010101011001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F9493; }

 p { color: rgb(95,148,147); }

 H1.HeaderClassName
 {
   color: #5F9493;
 }
 .AnyTagClassName
 {
   color: #5F9493;
 }
</style>
background-color css

<style>
 a { background-color: #5F9493; }

 a { background-color: rgb(95,148,147); }

 div.DivClassName
 {
   background-color: #5F9493;
 }
 .BgClassName
 {
   background-color: #5F9493;
 }
</style>
border-color css

<style>
 span { border-color: #5F9493; }

 span { border-color: rgb(95,148,147); }

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