Html Css Color HEX #28554D Evening Sea

📋 copy color: '#28554D'

red 40 ◦ green 85 ◦ blue 77

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

Shades of Evening Sea #28554D

Tints of Evening Sea #28554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.08%

 BLUE value IS 77 (30.47% from 255) = 38.12%

R = 19.8%
G = 42.08%
B = 38.12%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#28554D (or 0x28554D) is known color: Evening Sea. HEX triplet: 28, 55 and 4D. RGB value is (40,85,77). Sum of RGB (Red+Green+Blue) = 40+85+77=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 85 - color contains mainly: green. Hex color #28554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28554D is #D7AAB2. Grayscale: #464646. Windows color (decimal): -14133939 or 5068072. OLE color: 5068072.

HSL color Cylindrical-coordinate representation of color #28554D: hue angle of 169.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #28554D is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 85 77 -
CMYK 0.53 0 0.09 0.67
HSL 169.33º 0.36% 0.25% -
HSV(B) 169.33º 0.53% 0.33% -
XYZ 5.46 7.48 8.18 -
YUV 70.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 40 85 77 0.53 0 0.09 0.67 169.33 0.36 0.25
Hex 28 55 4D 35 0 9 43 A9 24 19
Octal 50 125 115 65 0 11 103 251 44 31
Binary 101000 1010101 1001101 110101 0 1001 1000011 10101001 100100 11001

Color Harmonies of #28554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28554D

Black with #28554D

Text Example


Text Example

White with #28554D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,85,77); }

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

background-color css

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

 a { background-color: rgb(40,85,77); }

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

border-color css

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

 span { border-color: rgb(40,85,77); }

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