Html Css Color HEX #28565D Teal Blue

📋 copy color: '#28565D'

red 40 ◦ green 86 ◦ blue 93

#28565D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #28565D

Tints of Teal Blue #28565D

RGB

 RED value IS 40 (16.02% from 255) = 18.26%

 GREEN value IS 86 (33.98% from 255) = 39.27%

 BLUE value IS 93 (36.72% from 255) = 42.47%

R = 18.26%
G = 39.27%
B = 42.47%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28565D (or 0x28565D) is known color: Teal Blue. HEX triplet: 28, 56 and 5D. RGB value is (40,86,93). Sum of RGB (Red+Green+Blue) = 40+86+93=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 93 - color contains mainly: blue. Hex color #28565D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28565D is #D7A9A2. Grayscale: #484848. Windows color (decimal): -14133667 or 6116904. OLE color: 6116904.

HSL color Cylindrical-coordinate representation of color #28565D: hue angle of 187.92º degrees, saturation: 0.4, 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 #28565D is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 86 93 -
CMYK 0.57 0.08 0 0.64
HSL 187.92º 0.4% 0.26% -
HSV(B) 187.92º 0.57% 0.36% -
XYZ 6.18 7.9 11.55 -
YUV 73.04 139.26 104.43 -
System Red Green Blue C M Y K H S L
Decimal 40 86 93 0.57 0.08 0 0.64 187.92 0.4 0.26
Hex 28 56 5D 39 8 0 40 BC 28 1A
Octal 50 126 135 71 10 0 100 274 50 32
Binary 101000 1010110 1011101 111001 1000 0 1000000 10111100 101000 11010

Color Harmonies of #28565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28565D

Black with #28565D

Text Example


Text Example

White with #28565D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28565D; }

 p { color: rgb(40,86,93); }

 H1.HeaderClassName
 {
   color: #28565D;
 }
 .AnyTagClassName
 {
   color: #28565D;
 }
</style>

background-color css

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

 a { background-color: rgb(40,86,93); }

 div.DivClassName
 {
   background-color: #28565D;
 }
 .BgClassName
 {
   background-color: #28565D;
 }
</style>

border-color css

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

 span { border-color: rgb(40,86,93); }

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