Html Css Color HEX #1D5958 Blue Stone

📋 copy color: '#1D5958'

red 29 ◦ green 89 ◦ blue 88

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

Shades of Blue Stone #1D5958

Tints of Blue Stone #1D5958

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43.2%

 BLUE value IS 88 (34.77% from 255) = 42.72%

R = 14.08%
G = 43.2%
B = 42.72%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#1D5958 (or 0x1D5958) is known color: Blue Stone. HEX triplet: 1D, 59 and 58. RGB value is (29,89,88). Sum of RGB (Red+Green+Blue) = 29+89+88=206 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.08% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 89 - color contains mainly: green. Hex color #1D5958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5958 is #E2A6A7. Grayscale: #464646. Windows color (decimal): -14853800 or 5789981. OLE color: 5789981.

HSL color Cylindrical-coordinate representation of color #1D5958: hue angle of 179º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D5958 is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 29 89 88 -
CMYK 0.67 0 0.01 0.65
HSL 179º 0.51% 0.23% -
HSV(B) 179º 0.67% 0.35% -
XYZ 5.84 8.11 10.49 -
YUV 70.95 137.62 98.08 -
System Red Green Blue C M Y K H S L
Decimal 29 89 88 0.67 0 0.01 0.65 179 0.51 0.23
Hex 1D 59 58 43 0 1 41 B3 33 17
Octal 35 131 130 103 0 1 101 263 63 27
Binary 11101 1011001 1011000 1000011 0 1 1000001 10110011 110011 10111

Color Harmonies of #1D5958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5958

Black with #1D5958

Text Example


Text Example

White with #1D5958

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,89,88); }

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

background-color css

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

 a { background-color: rgb(29,89,88); }

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

border-color css

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

 span { border-color: rgb(29,89,88); }

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