#285059

Color #285059 Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #285059

Tints of Teal Blue #285059

Color information

#285059 (or 0x285059) is unknown color: approx Teal Blue. HEX triplet: 28, 50 and 59. RGB value is (40,80,89). Sum of RGB (Red+Green+Blue) = 40+80+89=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #285059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285059 is #D7AFA6. Grayscale: #444444. Windows color (decimal): -14135207 or 5853224. OLE color: 5853224.

HSL color Cylindrical-coordinate representation of color #285059: hue angle of 191.02º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #285059 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB408089-
CMYK0.550.1000.65
HSL191.02º37.98%25.29%-
HSV(B)191.02º55.06%34.9%-
XYZ5.556.9110.49-
YUV69.07139.25107.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.14%
GREEN value IS 80 (31.64% from 255) = 38.28%
BLUE value IS 89 (35.16% from 255) = 42.58%
R=19.14%
G=38.28%
B=42.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4080890.550.1000.65191.0237.9825.29
Hex28505937A041bf2619
Octal50120131671201012774631
Binary101000101000010110011101111010010000011011111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285059; }

 p { color: rgb(40,80,89); }

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

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

 a { background-color: rgb(40,80,89); }

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

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

 span { border-color: rgb(40,80,89); }

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