#5F898D

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

Shades of Half Baked #5F898D

Tints of Half Baked #5F898D

Color information

#5F898D (or 0x5F898D) is unknown color: approx Half Baked. HEX triplet: 5F, 89 and 8D. RGB value is (95,137,141). Sum of RGB (Red+Green+Blue) = 95+137+141=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F898D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F898D is #A07672. Grayscale: #7C7C7C. Windows color (decimal): -10516083 or 9275743. OLE color: 9275743.

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

Color convert

RGB95137141-
CMYK0.330.0300.45
HSL185.22º19.49%46.27%-
HSV(B)185.22º32.62%55.29%-
XYZ18.4722.2528.52-
YUV124.9137.09106.67-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.47%
GREEN value IS 137 (53.91% from 255) = 36.73%
BLUE value IS 141 (55.47% from 255) = 37.80%
R=25.47%
G=36.73%
B=37.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal951371410.330.0300.45185.2219.4946.27
Hex5F898D21302Db9132e
Octal1372112154130552712356
Binary101111110001001100011011000011101011011011100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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