Html Css Color HEX #175860 Blue Stone

📋 copy color: '#175860'

red 23 ◦ green 88 ◦ blue 96

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

Shades of Blue Stone #175860

Tints of Blue Stone #175860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.51%

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

R = 11.11%
G = 42.51%
B = 46.38%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#175860 (or 0x175860) is known color: Blue Stone. HEX triplet: 17, 58 and 60. RGB value is (23,88,96). Sum of RGB (Red+Green+Blue) = 23+88+96=207 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.11% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #175860 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175860 is #E8A79F. Grayscale: #454545. Windows color (decimal): -15247264 or 6314007. OLE color: 6314007.

HSL color Cylindrical-coordinate representation of color #175860: hue angle of 186.58º 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 #175860 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 23 88 96 -
CMYK 0.76 0.08 0 0.62
HSL 186.58º 0.61% 0.23% -
HSV(B) 186.58º 0.76% 0.38% -
XYZ 5.95 8.01 12.3 -
YUV 69.48 142.97 94.85 -
System Red Green Blue C M Y K H S L
Decimal 23 88 96 0.76 0.08 0 0.62 186.58 0.61 0.23
Hex 17 58 60 4C 8 0 3E BB 3D 17
Octal 27 130 140 114 10 0 76 273 75 27
Binary 10111 1011000 1100000 1001100 1000 0 111110 10111011 111101 10111

Color Harmonies of #175860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175860

Black with #175860

Text Example


Text Example

White with #175860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175860; }

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

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

background-color css

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

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

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

border-color css

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

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

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