#265549

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

Shades of Evening Sea #265549

Tints of Evening Sea #265549

Color information

#265549 (or 0x265549) is unknown color: approx Evening Sea. HEX triplet: 26, 55 and 49. RGB value is (38,85,73). Sum of RGB (Red+Green+Blue) = 38+85+73=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 85 - color contains mainly: green. Hex color #265549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265549 is #D9AAB6. Grayscale: #454545. Windows color (decimal): -14265015 or 4805926. OLE color: 4805926.

HSL color Cylindrical-coordinate representation of color #265549: hue angle of 164.68º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #265549 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB388573-
CMYK0.5500.140.67
HSL164.68º38.21%24.12%-
HSV(B)164.68º55.29%33.33%-
XYZ5.257.397.45-
YUV69.58129.93105.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.39%
GREEN value IS 85 (33.59% from 255) = 43.37%
BLUE value IS 73 (28.91% from 255) = 37.24%
R=19.39%
G=43.37%
B=37.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3885730.5500.140.67164.6838.2124.12
Hex265549370E43a52618
Octal46125111670161032454630
Binary100110101010110010011101110111010000111010010110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265549; }

 p { color: rgb(38,85,73); }

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

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

 a { background-color: rgb(38,85,73); }

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

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

 span { border-color: rgb(38,85,73); }

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