Html Css Color HEX #285C50 Evening Sea

📋 copy color: '#285C50'

red 40 ◦ green 92 ◦ blue 80

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

Shades of Evening Sea #285C50

Tints of Evening Sea #285C50

RGB

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

 GREEN value IS 92 (36.33% from 255) = 43.4%

 BLUE value IS 80 (31.64% from 255) = 37.74%

R = 18.87%
G = 43.4%
B = 37.74%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#285C50 (or 0x285C50) is known color: Evening Sea. HEX triplet: 28, 5C and 50. RGB value is (40,92,80). Sum of RGB (Red+Green+Blue) = 40+92+80=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 92 - color contains mainly: green. Hex color #285C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285C50 is #D7A3AF. Grayscale: #4B4B4B. Windows color (decimal): -14132144 or 5266472. OLE color: 5266472.

HSL color Cylindrical-coordinate representation of color #285C50: hue angle of 166.15º degrees, saturation: 0.39, 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 #285C50 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 92 80 -
CMYK 0.57 0 0.13 0.64
HSL 166.15º 0.39% 0.26% -
HSV(B) 166.15º 0.57% 0.36% -
XYZ 6.15 8.68 8.94 -
YUV 75.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 40 92 80 0.57 0 0.13 0.64 166.15 0.39 0.26
Hex 28 5C 50 39 0 D 40 A6 27 1A
Octal 50 134 120 71 0 15 100 246 47 32
Binary 101000 1011100 1010000 111001 0 1101 1000000 10100110 100111 11010

Color Harmonies of #285C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285C50

Black with #285C50

Text Example


Text Example

White with #285C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285C50; }

 p { color: rgb(40,92,80); }

 H1.HeaderClassName
 {
   color: #285C50;
 }
 .AnyTagClassName
 {
   color: #285C50;
 }
</style>

background-color css

<style>
 a { background-color: #285C50; }

 a { background-color: rgb(40,92,80); }

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

border-color css

<style>
 span { border-color: #285C50; }

 span { border-color: rgb(40,92,80); }

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