Html Css Color HEX #28554C Evening Sea

📋 copy color: '#28554C'

red 40 ◦ green 85 ◦ blue 76

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

Shades of Evening Sea #28554C

Tints of Evening Sea #28554C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 37.81%

R = 19.9%
G = 42.29%
B = 37.81%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#28554C (or 0x28554C) is known color: Evening Sea. HEX triplet: 28, 55 and 4C. RGB value is (40,85,76). Sum of RGB (Red+Green+Blue) = 40+85+76=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #28554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28554C is #D7AAB3. Grayscale: #464646. Windows color (decimal): -14133940 or 5002536. OLE color: 5002536.

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

Color convert

RGB 40 85 76 -
CMYK 0.53 0 0.11 0.67
HSL 168º 0.36% 0.25% -
HSV(B) 168º 0.53% 0.33% -
XYZ 5.43 7.47 7.99 -
YUV 70.52 131.09 106.23 -
System Red Green Blue C M Y K H S L
Decimal 40 85 76 0.53 0 0.11 0.67 168 0.36 0.25
Hex 28 55 4C 35 0 B 43 A8 24 19
Octal 50 125 114 65 0 13 103 250 44 31
Binary 101000 1010101 1001100 110101 0 1011 1000011 10101000 100100 11001

Color Harmonies of #28554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28554C

Black with #28554C

Text Example


Text Example

White with #28554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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