Html Css Color HEX #1D5856 Blue Stone

📋 copy color: '#1D5856'

red 29 ◦ green 88 ◦ blue 86

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

Shades of Blue Stone #1D5856

Tints of Blue Stone #1D5856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 42.36%

R = 14.29%
G = 43.35%
B = 42.36%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#1D5856 (or 0x1D5856) is known color: Blue Stone. HEX triplet: 1D, 58 and 56. RGB value is (29,88,86). Sum of RGB (Red+Green+Blue) = 29+88+86=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 88 (34.77% from 255 or 43.35% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 88 - color contains mainly: green. Hex color #1D5856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5856 is #E2A7A9. Grayscale: #464646. Windows color (decimal): -14854058 or 5658653. OLE color: 5658653.

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

Color convert

RGB 29 88 86 -
CMYK 0.67 0 0.02 0.65
HSL 177.97º 0.5% 0.23% -
HSV(B) 177.97º 0.67% 0.35% -
XYZ 5.68 7.91 10.03 -
YUV 70.13 136.95 98.66 -
System Red Green Blue C M Y K H S L
Decimal 29 88 86 0.67 0 0.02 0.65 177.97 0.5 0.23
Hex 1D 58 56 43 0 2 41 B2 32 17
Octal 35 130 126 103 0 2 101 262 62 27
Binary 11101 1011000 1010110 1000011 0 10 1000001 10110010 110010 10111

Color Harmonies of #1D5856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5856

Black with #1D5856

Text Example


Text Example

White with #1D5856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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