#28535C

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

Shades of Teal Blue #28535C

Tints of Teal Blue #28535C

Color information

#28535C (or 0x28535C) is unknown color: approx Teal Blue. HEX triplet: 28, 53 and 5C. RGB value is (40,83,92). Sum of RGB (Red+Green+Blue) = 40+83+92=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 92 - color contains mainly: blue. Hex color #28535C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28535C is #D7ACA3. Grayscale: #474747. Windows color (decimal): -14134436 or 6050600. OLE color: 6050600.

HSL color Cylindrical-coordinate representation of color #28535C: hue angle of 190.38º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28535C is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB408392-
CMYK0.570.1000.64
HSL190.38º39.39%25.88%-
HSV(B)190.38º56.52%36.08%-
XYZ5.97.4111.24-
YUV71.17139.75105.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.60%
GREEN value IS 83 (32.81% from 255) = 38.60%
BLUE value IS 92 (36.33% from 255) = 42.79%
R=18.60%
G=38.60%
B=42.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4083920.570.1000.64190.3839.3925.88
Hex28535C39A040be271a
Octal50123134711201002764732
Binary101000101001110111001110011010010000001011111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28535C; }

 p { color: rgb(40,83,92); }

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

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

 a { background-color: rgb(40,83,92); }

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

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

 span { border-color: rgb(40,83,92); }

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