Html Css Color HEX #1D5859 Blue Stone

📋 copy color: '#1D5859'

red 29 ◦ green 88 ◦ blue 89

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

Shades of Blue Stone #1D5859

Tints of Blue Stone #1D5859

RGB

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

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

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

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

CMYK

 C value IS 0.67

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

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

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

Color convert

RGB 29 88 89 -
CMYK 0.67 0.01 0 0.65
HSL 181º 0.51% 0.23% -
HSV(B) 181º 0.67% 0.35% -
XYZ 5.8 7.96 10.68 -
YUV 70.47 138.45 98.42 -
System Red Green Blue C M Y K H S L
Decimal 29 88 89 0.67 0.01 0 0.65 181 0.51 0.23
Hex 1D 58 59 43 1 0 41 B5 33 17
Octal 35 130 131 103 1 0 101 265 63 27
Binary 11101 1011000 1011001 1000011 1 0 1000001 10110101 110011 10111

Color Harmonies of #1D5859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5859

Black with #1D5859

Text Example


Text Example

White with #1D5859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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