Html Css Color HEX #1D554C Evening Sea

📋 copy color: '#1D554C'

red 29 ◦ green 85 ◦ blue 76

#1D554C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Evening Sea #1D554C

Tints of Evening Sea #1D554C

RGB

 RED value IS 29 (11.72% from 255) = 15.26%

 GREEN value IS 85 (33.59% from 255) = 44.74%

 BLUE value IS 76 (30.08% from 255) = 40%

R = 15.26%
G = 44.74%
B = 40%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#1D554C (or 0x1D554C) is known color: Evening Sea. HEX triplet: 1D, 55 and 4C. RGB value is (29,85,76). Sum of RGB (Red+Green+Blue) = 29+85+76=190 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.26% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #1D554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D554C is #E2AAB3. Grayscale: #434343. Windows color (decimal): -14854836 or 5002525. OLE color: 5002525.

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

Color convert

RGB 29 85 76 -
CMYK 0.66 0 0.11 0.67
HSL 170.36º 0.49% 0.22% -
HSV(B) 170.36º 0.66% 0.33% -
XYZ 5.06 7.28 7.98 -
YUV 67.23 132.95 100.73 -
System Red Green Blue C M Y K H S L
Decimal 29 85 76 0.66 0 0.11 0.67 170.36 0.49 0.22
Hex 1D 55 4C 42 0 B 43 AA 31 16
Octal 35 125 114 102 0 13 103 252 61 26
Binary 11101 1010101 1001100 1000010 0 1011 1000011 10101010 110001 10110

Color Harmonies of #1D554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D554C

Black with #1D554C

Text Example


Text Example

White with #1D554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D554C;
 }
 .AnyTagClassName
 {
   color: #1D554C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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