#1B5546

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

Shades of Evening Sea #1B5546

Tints of Evening Sea #1B5546

Color information

#1B5546 (or 0x1B5546) is unknown color: approx Evening Sea. HEX triplet: 1B, 55 and 46. RGB value is (27,85,70). Sum of RGB (Red+Green+Blue) = 27+85+70=182 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.84% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #1B5546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5546 is #E4AAB9. Grayscale: #414141. Windows color (decimal): -14985914 or 4609307. OLE color: 4609307.

HSL color Cylindrical-coordinate representation of color #1B5546: hue angle of 164.48º 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 #1B5546 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB278570-
CMYK0.6800.180.67
HSL164.48º51.79%21.96%-
HSV(B)164.48º68.24%33.33%-
XYZ4.817.176.93-
YUV65.95130.28100.22-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.84%
GREEN value IS 85 (33.59% from 255) = 46.70%
BLUE value IS 70 (27.73% from 255) = 38.46%
R=14.84%
G=46.70%
B=38.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2785700.6800.180.67164.4851.7921.96
Hex1B55464401243a43416
Octal331251061040221032446426
Binary1101110101011000110100010001001010000111010010011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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