#5F9499

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

Shades of Half Baked #5F9499

Tints of Half Baked #5F9499

Color information

#5F9499 (or 0x5F9499) is unknown color: approx Half Baked. HEX triplet: 5F, 94 and 99. RGB value is (95,148,153). Sum of RGB (Red+Green+Blue) = 95+148+153=396 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.99% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 153 - color contains mainly: blue. Hex color #5F9499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9499 is #A06B66. Grayscale: #848484. Windows color (decimal): -10513255 or 10064991. OLE color: 10064991.

HSL color Cylindrical-coordinate representation of color #5F9499: hue angle of 185.17º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F9499 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB95148153-
CMYK0.380.0300.4
HSL185.17º23.39%48.63%-
HSV(B)185.17º37.91%60%-
XYZ21.0625.9134.03-
YUV132.72139.44101.09-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.99%
GREEN value IS 148 (58.20% from 255) = 37.37%
BLUE value IS 153 (60.16% from 255) = 38.64%
R=23.99%
G=37.37%
B=38.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal951481530.380.0300.4185.1723.3948.63
Hex5F9499263028b91731
Octal1372242314630502712761
Binary101111110010100100110011001101101010001011100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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