#1D554B

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

Shades of Evening Sea #1D554B

Tints of Evening Sea #1D554B

Color information

#1D554B (or 0x1D554B) is unknown color: approx Evening Sea. HEX triplet: 1D, 55 and 4B. RGB value is (29,85,75). Sum of RGB (Red+Green+Blue) = 29+85+75=189 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.34% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #1D554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D554B is #E2AAB4. Grayscale: #434343. Windows color (decimal): -14854837 or 4936989. OLE color: 4936989.

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

Color convert

RGB298575-
CMYK0.6600.120.67
HSL169.29º49.12%22.35%-
HSV(B)169.29º65.88%33.33%-
XYZ5.037.277.79-
YUV67.12132.45100.81-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.34%
GREEN value IS 85 (33.59% from 255) = 44.97%
BLUE value IS 75 (29.69% from 255) = 39.68%
R=15.34%
G=44.97%
B=39.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2985750.6600.120.67169.2949.1222.35
Hex1D554B420C43a93116
Octal351251131020141032516126
Binary111011010101100101110000100110010000111010100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,85,75); }

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

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

 a { background-color: rgb(29,85,75); }

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

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

 span { border-color: rgb(29,85,75); }

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