#1B5549

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

Shades of Evening Sea #1B5549

Tints of Evening Sea #1B5549

Color information

#1B5549 (or 0x1B5549) is unknown color: approx Evening Sea. HEX triplet: 1B, 55 and 49. RGB value is (27,85,73). Sum of RGB (Red+Green+Blue) = 27+85+73=185 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.59% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #1B5549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5549 is #E4AAB6. Grayscale: #424242. Windows color (decimal): -14985911 or 4805915. OLE color: 4805915.

HSL color Cylindrical-coordinate representation of color #1B5549: hue angle of 167.59º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1B5549 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB278573-
CMYK0.6800.140.67
HSL167.59º51.79%21.96%-
HSV(B)167.59º68.24%33.33%-
XYZ4.97.217.44-
YUV66.29131.7899.98-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.59%
GREEN value IS 85 (33.59% from 255) = 45.95%
BLUE value IS 73 (28.91% from 255) = 39.46%
R=14.59%
G=45.95%
B=39.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2785730.6800.140.67167.5951.7921.96
Hex1B5549440E43a83416
Octal331251111040161032506426
Binary110111010101100100110001000111010000111010100011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B5549; }

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

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

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

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

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

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

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

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