#26554C

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

Shades of Evening Sea #26554C

Tints of Evening Sea #26554C

Color information

#26554C (or 0x26554C) is unknown color: approx Evening Sea. HEX triplet: 26, 55 and 4C. RGB value is (38,85,76). Sum of RGB (Red+Green+Blue) = 38+85+76=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 85 - color contains mainly: green. Hex color #26554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26554C is #D9AAB3. Grayscale: #454545. Windows color (decimal): -14265012 or 5002534. OLE color: 5002534.

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

Color convert

RGB388576-
CMYK0.5500.110.67
HSL168.51º38.21%24.12%-
HSV(B)168.51º55.29%33.33%-
XYZ5.357.437.99-
YUV69.92131.43105.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.10%
GREEN value IS 85 (33.59% from 255) = 42.71%
BLUE value IS 76 (30.08% from 255) = 38.19%
R=19.10%
G=42.71%
B=38.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3885760.5500.110.67168.5138.2124.12
Hex26554C370B43a92618
Octal46125114670131032514630
Binary100110101010110011001101110101110000111010100110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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