#5F8D8B

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

Shades of Half Baked #5F8D8B

Tints of Half Baked #5F8D8B

Color information

#5F8D8B (or 0x5F8D8B) is unknown color: approx Half Baked. HEX triplet: 5F, 8D and 8B. RGB value is (95,141,139). Sum of RGB (Red+Green+Blue) = 95+141+139=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 141 - color contains mainly: green. Hex color #5F8D8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8D8B is #A07274. Grayscale: #7E7E7E. Windows color (decimal): -10515061 or 9145695. OLE color: 9145695.

HSL color Cylindrical-coordinate representation of color #5F8D8B: hue angle of 177.39º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F8D8B is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB95141139-
CMYK0.3300.010.45
HSL177.39º19.49%46.27%-
HSV(B)177.39º32.62%55.29%-
XYZ18.923.3527.94-
YUV127.02134.76105.16-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.33%
GREEN value IS 141 (55.47% from 255) = 37.6%
BLUE value IS 139 (54.69% from 255) = 37.07%
R=25.33%
G=37.6%
B=37.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal951411390.3300.010.45177.3919.4946.27
Hex5F8D8B21012Db1132e
Octal1372152134101552612356
Binary10111111000110110001011100001011011011011000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,141,139); }

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

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

 a { background-color: rgb(95,141,139); }

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

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

 span { border-color: rgb(95,141,139); }

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