Html Css Color HEX #175F55 Blue Stone

📋 copy color: '#175F55'

red 23 ◦ green 95 ◦ blue 85

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

Shades of Blue Stone #175F55

Tints of Blue Stone #175F55

RGB

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

 GREEN value IS 95 (37.5% from 255) = 46.8%

 BLUE value IS 85 (33.59% from 255) = 41.87%

R = 11.33%
G = 46.8%
B = 41.87%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.63

RGB Variations

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

Color information

#175F55 (or 0x175F55) is known color: Blue Stone. HEX triplet: 17, 5F and 55. RGB value is (23,95,85). Sum of RGB (Red+Green+Blue) = 23+95+85=203 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.33% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 95 - color contains mainly: green. Hex color #175F55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175F55 is #E8A0AA. Grayscale: #484848. Windows color (decimal): -15245483 or 5594903. OLE color: 5594903.

HSL color Cylindrical-coordinate representation of color #175F55: hue angle of 171.67º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #175F55 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.

Color convert

RGB 23 95 85 -
CMYK 0.76 0 0.11 0.63
HSL 171.67º 0.61% 0.23% -
HSV(B) 171.67º 0.76% 0.37% -
XYZ 6.09 9.02 10.02 -
YUV 72.33 135.15 92.81 -
System Red Green Blue C M Y K H S L
Decimal 23 95 85 0.76 0 0.11 0.63 171.67 0.61 0.23
Hex 17 5F 55 4C 0 B 3F AC 3D 17
Octal 27 137 125 114 0 13 77 254 75 27
Binary 10111 1011111 1010101 1001100 0 1011 111111 10101100 111101 10111

Color Harmonies of #175F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175F55

Black with #175F55

Text Example


Text Example

White with #175F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,95,85); }

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

background-color css

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

 a { background-color: rgb(23,95,85); }

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

border-color css

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

 span { border-color: rgb(23,95,85); }

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