#265C50

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

Shades of Evening Sea #265C50

Tints of Evening Sea #265C50

Color information

#265C50 (or 0x265C50) is unknown color: approx Evening Sea. HEX triplet: 26, 5C and 50. RGB value is (38,92,80). Sum of RGB (Red+Green+Blue) = 38+92+80=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 92 - color contains mainly: green. Hex color #265C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C50 is #D9A3AF. Grayscale: #4A4A4A. Windows color (decimal): -14263216 or 5266470. OLE color: 5266470.

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

Color convert

RGB389280-
CMYK0.5900.130.64
HSL166.67º41.54%25.49%-
HSV(B)166.67º58.7%36.08%-
XYZ6.078.658.94-
YUV74.49131.11101.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.10%
GREEN value IS 92 (36.33% from 255) = 43.81%
BLUE value IS 80 (31.64% from 255) = 38.10%
R=18.10%
G=43.81%
B=38.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3892800.5900.130.64166.6741.5425.49
Hex265C503B0D40a72a19
Octal46134120730151002475231
Binary100110101110010100001110110110110000001010011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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