Html Css Color HEX #1D5659 Blue Stone

📋 copy color: '#1D5659'

red 29 ◦ green 86 ◦ blue 89

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

Shades of Blue Stone #1D5659

Tints of Blue Stone #1D5659

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.16%

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

R = 14.22%
G = 42.16%
B = 43.63%

CMYK

 C value IS 0.67

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1D5659 (or 0x1D5659) is known color: Blue Stone. HEX triplet: 1D, 56 and 59. RGB value is (29,86,89). Sum of RGB (Red+Green+Blue) = 29+86+89=204 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.22% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D5659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5659 is #E2A9A6. Grayscale: #454545. Windows color (decimal): -14854567 or 5854749. OLE color: 5854749.

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

Color convert

RGB 29 86 89 -
CMYK 0.67 0.03 0 0.65
HSL 183º 0.51% 0.23% -
HSV(B) 183º 0.67% 0.35% -
XYZ 5.64 7.64 10.63 -
YUV 69.3 139.12 99.26 -
System Red Green Blue C M Y K H S L
Decimal 29 86 89 0.67 0.03 0 0.65 183 0.51 0.23
Hex 1D 56 59 43 3 0 41 B7 33 17
Octal 35 126 131 103 3 0 101 267 63 27
Binary 11101 1010110 1011001 1000011 11 0 1000001 10110111 110011 10111

Color Harmonies of #1D5659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5659

Black with #1D5659

Text Example


Text Example

White with #1D5659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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