#5B958F

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

Shades of Half Baked #5B958F

Tints of Half Baked #5B958F

Color information

#5B958F (or 0x5B958F) is unknown color: approx Half Baked. HEX triplet: 5B, 95 and 8F. RGB value is (91,149,143). Sum of RGB (Red+Green+Blue) = 91+149+143=383 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.76% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 149 - color contains mainly: green. Hex color #5B958F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B958F is #A46A70. Grayscale: #828282. Windows color (decimal): -10775153 or 9409883. OLE color: 9409883.

HSL color Cylindrical-coordinate representation of color #5B958F: hue angle of 173.79º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B958F is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB91149143-
CMYK0.3900.040.42
HSL173.79º24.17%47.06%-
HSV(B)173.79º38.93%58.43%-
XYZ20.0225.729.89-
YUV130.97134.7899.49-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.76%
GREEN value IS 149 (58.59% from 255) = 38.90%
BLUE value IS 143 (56.25% from 255) = 37.34%
R=23.76%
G=38.90%
B=37.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal911491430.3900.040.42173.7924.1747.06
Hex5B958F27042Aae182f
Octal1332252174704522563057
Binary1011011100101011000111110011101001010101010111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,149,143); }

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

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

 a { background-color: rgb(91,149,143); }

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

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

 span { border-color: rgb(91,149,143); }

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