#5F8B8D

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

Shades of Half Baked #5F8B8D

Tints of Half Baked #5F8B8D

Color information

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

HSL color Cylindrical-coordinate representation of color #5F8B8D: hue angle of 182.61º 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 #5F8B8D is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB95139141-
CMYK0.330.0100.45
HSL182.61º19.49%46.27%-
HSV(B)182.61º32.62%55.29%-
XYZ18.7622.8228.62-
YUV126.07136.42105.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal951391410.330.0100.45182.6119.4946.27
Hex5F8B8D21102Db7132e
Octal1372132154110552672356
Binary10111111000101110001101100001101011011011011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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