#5A8A93

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

Shades of Half Baked #5A8A93

Tints of Half Baked #5A8A93

Color information

#5A8A93 (or 0x5A8A93) is unknown color: approx Half Baked. HEX triplet: 5A, 8A and 93. RGB value is (90,138,147). Sum of RGB (Red+Green+Blue) = 90+138+147=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A8A93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8A93 is #A5756C. Grayscale: #7C7C7C. Windows color (decimal): -10843501 or 9669210. OLE color: 9669210.

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

Color convert

RGB90138147-
CMYK0.390.0600.42
HSL189.47º24.05%46.47%-
HSV(B)189.47º38.78%57.65%-
XYZ18.5722.4630.96-
YUV124.67140.6103.27-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24%
GREEN value IS 138 (54.30% from 255) = 36.8%
BLUE value IS 147 (57.81% from 255) = 39.2%
R=24%
G=36.8%
B=39.2%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal901381470.390.0600.42189.4724.0546.47
Hex5A8A9327602Abd182e
Octal1322122234760522753056
Binary1011010100010101001001110011111001010101011110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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