#5A9395

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

Shades of Half Baked #5A9395

Tints of Half Baked #5A9395

Color information

#5A9395 (or 0x5A9395) is unknown color: approx Half Baked. HEX triplet: 5A, 93 and 95. RGB value is (90,147,149). Sum of RGB (Red+Green+Blue) = 90+147+149=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 149 - color contains mainly: blue. Hex color #5A9395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9395 is #A56C6A. Grayscale: #828282. Windows color (decimal): -10841195 or 9802586. OLE color: 9802586.

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

Color convert

RGB90147149-
CMYK0.400.0100.42
HSL182.03º24.69%46.86%-
HSV(B)182.03º39.6%58.43%-
XYZ20.0725.2132.24-
YUV130.18138.6299.34-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.32%
GREEN value IS 147 (57.81% from 255) = 38.08%
BLUE value IS 149 (58.59% from 255) = 38.60%
R=23.32%
G=38.08%
B=38.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal901471490.400.0100.42182.0324.6946.86
Hex5A939528102Ab6192f
Octal1322232255010522663157
Binary10110101001001110010101101000101010101011011011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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