#5F8B8C

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

Shades of Half Baked #5F8B8C

Tints of Half Baked #5F8B8C

Color information

#5F8B8C (or 0x5F8B8C) is unknown color: approx Half Baked. HEX triplet: 5F, 8B and 8C. RGB value is (95,139,140). Sum of RGB (Red+Green+Blue) = 95+139+140=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 140 - color contains mainly: blue. Hex color #5F8B8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8B8C is #A07473. Grayscale: #7D7D7D. Windows color (decimal): -10515572 or 9210719. OLE color: 9210719.

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

Color convert

RGB95139140-
CMYK0.320.0100.45
HSL181.33º19.15%46.08%-
HSV(B)181.33º32.14%54.9%-
XYZ18.6922.7928.23-
YUV125.96135.92105.92-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.40%
GREEN value IS 139 (54.69% from 255) = 37.17%
BLUE value IS 140 (55.08% from 255) = 37.43%
R=25.40%
G=37.17%
B=37.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal951391400.320.0100.45181.3319.1546.08
Hex5F8B8C20102Db5132e
Octal1372132144010552652356
Binary10111111000101110001100100000101011011011010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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