Html Css Color HEX #175D63 Blue Stone

📋 copy color: '#175D63'

red 23 ◦ green 93 ◦ blue 99

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

Shades of Blue Stone #175D63

Tints of Blue Stone #175D63

RGB

 RED value IS 23 (9.38% from 255) = 10.7%

 GREEN value IS 93 (36.72% from 255) = 43.26%

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

R = 10.7%
G = 43.26%
B = 46.05%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#175D63 (or 0x175D63) is known color: Blue Stone. HEX triplet: 17, 5D and 63. RGB value is (23,93,99). Sum of RGB (Red+Green+Blue) = 23+93+99=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #175D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175D63 is #E8A29C. Grayscale: #484848. Windows color (decimal): -15245981 or 6511895. OLE color: 6511895.

HSL color Cylindrical-coordinate representation of color #175D63: hue angle of 184.74º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #175D63 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 23 93 99 -
CMYK 0.77 0.06 0 0.61
HSL 184.74º 0.62% 0.24% -
HSV(B) 184.74º 0.77% 0.39% -
XYZ 6.52 8.91 13.18 -
YUV 72.75 142.81 92.51 -
System Red Green Blue C M Y K H S L
Decimal 23 93 99 0.77 0.06 0 0.61 184.74 0.62 0.24
Hex 17 5D 63 4D 6 0 3D B9 3E 18
Octal 27 135 143 115 6 0 75 271 76 30
Binary 10111 1011101 1100011 1001101 110 0 111101 10111001 111110 11000

Color Harmonies of #175D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175D63

Black with #175D63

Text Example


Text Example

White with #175D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175D63; }

 p { color: rgb(23,93,99); }

 H1.HeaderClassName
 {
   color: #175D63;
 }
 .AnyTagClassName
 {
   color: #175D63;
 }
</style>

background-color css

<style>
 a { background-color: #175D63; }

 a { background-color: rgb(23,93,99); }

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

border-color css

<style>
 span { border-color: #175D63; }

 span { border-color: rgb(23,93,99); }

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