Html Css Color HEX #175F56 Blue Stone

📋 copy color: '#175F56'

red 23 ◦ green 95 ◦ blue 86

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

Shades of Blue Stone #175F56

Tints of Blue Stone #175F56

RGB

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

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

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

R = 11.27%
G = 46.57%
B = 42.16%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.09

 K value IS 0.63

RGB Variations

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

Color information

#175F56 (or 0x175F56) is known color: Blue Stone. HEX triplet: 17, 5F and 56. RGB value is (23,95,86). Sum of RGB (Red+Green+Blue) = 23+95+86=204 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.27% from 204); Green value is 95 (37.5% from 255 or 46.57% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 95 - color contains mainly: green. Hex color #175F56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175F56 is #E8A0A9. Grayscale: #484848. Windows color (decimal): -15245482 or 5660439. OLE color: 5660439.

HSL color Cylindrical-coordinate representation of color #175F56: hue angle of 172.5º 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 #175F56 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB 23 95 86 -
CMYK 0.76 0 0.09 0.63
HSL 172.5º 0.61% 0.23% -
HSV(B) 172.5º 0.76% 0.37% -
XYZ 6.13 9.04 10.23 -
YUV 72.45 135.65 92.73 -
System Red Green Blue C M Y K H S L
Decimal 23 95 86 0.76 0 0.09 0.63 172.5 0.61 0.23
Hex 17 5F 56 4C 0 9 3F AC 3D 17
Octal 27 137 126 114 0 11 77 254 75 27
Binary 10111 1011111 1010110 1001100 0 1001 111111 10101100 111101 10111

Color Harmonies of #175F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175F56

Black with #175F56

Text Example


Text Example

White with #175F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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