Html Css Color HEX #28565F Teal Blue

📋 copy color: '#28565F'

red 40 ◦ green 86 ◦ blue 95

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

Shades of Teal Blue #28565F

Tints of Teal Blue #28565F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.99%

R = 18.1%
G = 38.91%
B = 42.99%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28565F (or 0x28565F) is known color: Teal Blue. HEX triplet: 28, 56 and 5F. RGB value is (40,86,95). Sum of RGB (Red+Green+Blue) = 40+86+95=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #28565F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28565F is #D7A9A0. Grayscale: #494949. Windows color (decimal): -14133665 or 6247976. OLE color: 6247976.

HSL color Cylindrical-coordinate representation of color #28565F: hue angle of 189.82º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28565F is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 86 95 -
CMYK 0.58 0.09 0 0.63
HSL 189.82º 0.41% 0.26% -
HSV(B) 189.82º 0.58% 0.37% -
XYZ 6.27 7.93 12.03 -
YUV 73.27 140.26 104.27 -
System Red Green Blue C M Y K H S L
Decimal 40 86 95 0.58 0.09 0 0.63 189.82 0.41 0.26
Hex 28 56 5F 3A 9 0 3F BE 29 1A
Octal 50 126 137 72 11 0 77 276 51 32
Binary 101000 1010110 1011111 111010 1001 0 111111 10111110 101001 11010

Color Harmonies of #28565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28565F

Black with #28565F

Text Example


Text Example

White with #28565F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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