Html Css Color HEX #175560 Blue Stone

📋 copy color: '#175560'

red 23 ◦ green 85 ◦ blue 96

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

Shades of Blue Stone #175560

Tints of Blue Stone #175560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.67%

 BLUE value IS 96 (37.89% from 255) = 47.06%

R = 11.27%
G = 41.67%
B = 47.06%

CMYK

 C value IS 0.76

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#175560 (or 0x175560) is known color: Blue Stone. HEX triplet: 17, 55 and 60. RGB value is (23,85,96). Sum of RGB (Red+Green+Blue) = 23+85+96=204 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.27% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #175560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175560 is #E8AA9F. Grayscale: #434343. Windows color (decimal): -15248032 or 6313239. OLE color: 6313239.

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

Color convert

RGB 23 85 96 -
CMYK 0.76 0.11 0 0.62
HSL 189.04º 0.61% 0.23% -
HSV(B) 189.04º 0.76% 0.38% -
XYZ 5.71 7.52 12.22 -
YUV 67.72 143.96 96.11 -
System Red Green Blue C M Y K H S L
Decimal 23 85 96 0.76 0.11 0 0.62 189.04 0.61 0.23
Hex 17 55 60 4C B 0 3E BD 3D 17
Octal 27 125 140 114 13 0 76 275 75 27
Binary 10111 1010101 1100000 1001100 1011 0 111110 10111101 111101 10111

Color Harmonies of #175560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175560

Black with #175560

Text Example


Text Example

White with #175560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175560; }

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

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

background-color css

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

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

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

border-color css

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

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

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