#295C50

Color #295C50 Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #295C50

Tints of Evening Sea #295C50

Color information

#295C50 (or 0x295C50) is unknown color: approx Evening Sea. HEX triplet: 29, 5C and 50. RGB value is (41,92,80). Sum of RGB (Red+Green+Blue) = 41+92+80=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 92 - color contains mainly: green. Hex color #295C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C50 is #D6A3AF. Grayscale: #4B4B4B. Windows color (decimal): -14066608 or 5266473. OLE color: 5266473.

HSL color Cylindrical-coordinate representation of color #295C50: hue angle of 165.88º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #295C50 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB419280-
CMYK0.5500.130.64
HSL165.88º38.35%26.08%-
HSV(B)165.88º55.43%36.08%-
XYZ6.198.78.94-
YUV75.38130.6103.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.25%
GREEN value IS 92 (36.33% from 255) = 43.19%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=19.25%
G=43.19%
B=37.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4192800.5500.130.64165.8838.3526.08
Hex295C50370D40a6261a
Octal51134120670151002464632
Binary101001101110010100001101110110110000001010011010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #295C50;
 }
 .AnyTagClassName
 {
   color: #295C50;
 }
</style>
background-color css

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

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

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

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

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

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