#5A8E8B

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

Shades of Half Baked #5A8E8B

Tints of Half Baked #5A8E8B

Color information

#5A8E8B (or 0x5A8E8B) is unknown color: approx Half Baked. HEX triplet: 5A, 8E and 8B. RGB value is (90,142,139). Sum of RGB (Red+Green+Blue) = 90+142+139=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 142 - color contains mainly: green. Hex color #5A8E8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8E8B is #A57174. Grayscale: #7E7E7E. Windows color (decimal): -10842485 or 9145946. OLE color: 9145946.

HSL color Cylindrical-coordinate representation of color #5A8E8B: hue angle of 176.54º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A8E8B is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB90142139-
CMYK0.3700.020.44
HSL176.54º22.41%45.49%-
HSV(B)176.54º36.62%55.69%-
XYZ18.5523.3827.96-
YUV126.11135.27102.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.26%
GREEN value IS 142 (55.86% from 255) = 38.27%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=24.26%
G=38.27%
B=37.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal901421390.3700.020.44176.5422.4145.49
Hex5A8E8B25022Cb1162d
Octal1322162134502542612655
Binary101101010001110100010111001010101011001011000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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