Html Css Color HEX #1D5C63 Blue Stone

📋 copy color: '#1D5C63'

red 29 ◦ green 92 ◦ blue 99

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

Shades of Blue Stone #1D5C63

Tints of Blue Stone #1D5C63

RGB

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

 GREEN value IS 92 (36.33% from 255) = 41.82%

 BLUE value IS 99 (39.06% from 255) = 45%

R = 13.18%
G = 41.82%
B = 45%

CMYK

 C value IS 0.71

 M value IS 0.07

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1D5C63 (or 0x1D5C63) is known color: Blue Stone. HEX triplet: 1D, 5C and 63. RGB value is (29,92,99). Sum of RGB (Red+Green+Blue) = 29+92+99=220 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.18% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #1D5C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5C63 is #E2A39C. Grayscale: #494949. Windows color (decimal): -14853021 or 6511645. OLE color: 6511645.

HSL color Cylindrical-coordinate representation of color #1D5C63: hue angle of 186º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D5C63 is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 29 92 99 -
CMYK 0.71 0.07 0 0.61
HSL 186º 0.55% 0.25% -
HSV(B) 186º 0.71% 0.39% -
XYZ 6.59 8.82 13.16 -
YUV 73.96 142.13 95.93 -
System Red Green Blue C M Y K H S L
Decimal 29 92 99 0.71 0.07 0 0.61 186 0.55 0.25
Hex 1D 5C 63 47 7 0 3D BA 37 19
Octal 35 134 143 107 7 0 75 272 67 31
Binary 11101 1011100 1100011 1000111 111 0 111101 10111010 110111 11001

Color Harmonies of #1D5C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5C63

Black with #1D5C63

Text Example


Text Example

White with #1D5C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,92,99); }

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

background-color css

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

 a { background-color: rgb(29,92,99); }

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

border-color css

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

 span { border-color: rgb(29,92,99); }

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