#5A958E

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

Shades of Half Baked #5A958E

Tints of Half Baked #5A958E

Color information

#5A958E (or 0x5A958E) is unknown color: approx Half Baked. HEX triplet: 5A, 95 and 8E. RGB value is (90,149,142). Sum of RGB (Red+Green+Blue) = 90+149+142=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 149 - color contains mainly: green. Hex color #5A958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A958E is #A56A71. Grayscale: #828282. Windows color (decimal): -10840690 or 9344346. OLE color: 9344346.

HSL color Cylindrical-coordinate representation of color #5A958E: hue angle of 172.88º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A958E is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB90149142-
CMYK0.4000.050.42
HSL172.88º24.69%46.86%-
HSV(B)172.88º39.6%58.43%-
XYZ19.8525.6229.49-
YUV130.56134.4599.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.62%
GREEN value IS 149 (58.59% from 255) = 39.11%
BLUE value IS 142 (55.86% from 255) = 37.27%
R=23.62%
G=39.11%
B=37.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal901491420.4000.050.42172.8824.6946.86
Hex5A958E28052Aad192f
Octal1322252165005522553157
Binary1011010100101011000111010100001011010101010110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,149,142); }

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

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

 a { background-color: rgb(90,149,142); }

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

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

 span { border-color: rgb(90,149,142); }

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