Html Css Color HEX #28554A Evening Sea

📋 copy color: '#28554A'

red 40 ◦ green 85 ◦ blue 74

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

Shades of Evening Sea #28554A

Tints of Evening Sea #28554A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 37.19%

R = 20.1%
G = 42.71%
B = 37.19%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#28554A (or 0x28554A) is known color: Evening Sea. HEX triplet: 28, 55 and 4A. RGB value is (40,85,74). Sum of RGB (Red+Green+Blue) = 40+85+74=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 85 - color contains mainly: green. Hex color #28554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28554A is #D7AAB5. Grayscale: #464646. Windows color (decimal): -14133942 or 4871464. OLE color: 4871464.

HSL color Cylindrical-coordinate representation of color #28554A: hue angle of 165.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 #28554A is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 85 74 -
CMYK 0.53 0 0.13 0.67
HSL 165.33º 0.36% 0.25% -
HSV(B) 165.33º 0.53% 0.33% -
XYZ 5.36 7.44 7.63 -
YUV 70.29 130.09 106.39 -
System Red Green Blue C M Y K H S L
Decimal 40 85 74 0.53 0 0.13 0.67 165.33 0.36 0.25
Hex 28 55 4A 35 0 D 43 A5 24 19
Octal 50 125 112 65 0 15 103 245 44 31
Binary 101000 1010101 1001010 110101 0 1101 1000011 10100101 100100 11001

Color Harmonies of #28554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28554A

Black with #28554A

Text Example


Text Example

White with #28554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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