Html Css Color HEX #175961 Blue Stone

📋 copy color: '#175961'

red 23 ◦ green 89 ◦ blue 97

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

Shades of Blue Stone #175961

Tints of Blue Stone #175961

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.58%

 BLUE value IS 97 (38.28% from 255) = 46.41%

R = 11%
G = 42.58%
B = 46.41%

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

#175961 (or 0x175961) is known color: Blue Stone. HEX triplet: 17, 59 and 61. RGB value is (23,89,97). Sum of RGB (Red+Green+Blue) = 23+89+97=209 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.00% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #175961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175961 is #E8A69E. Grayscale: #464646. Windows color (decimal): -15247007 or 6379799. OLE color: 6379799.

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

Color convert

RGB 23 89 97 -
CMYK 0.76 0.08 0 0.62
HSL 186.49º 0.62% 0.24% -
HSV(B) 186.49º 0.76% 0.38% -
XYZ 6.08 8.19 12.57 -
YUV 70.18 143.13 94.35 -
System Red Green Blue C M Y K H S L
Decimal 23 89 97 0.76 0.08 0 0.62 186.49 0.62 0.24
Hex 17 59 61 4C 8 0 3E BA 3E 18
Octal 27 131 141 114 10 0 76 272 76 30
Binary 10111 1011001 1100001 1001100 1000 0 111110 10111010 111110 11000

Color Harmonies of #175961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175961

Black with #175961

Text Example


Text Example

White with #175961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175961; }

 p { color: rgb(23,89,97); }

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

background-color css

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

 a { background-color: rgb(23,89,97); }

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

border-color css

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

 span { border-color: rgb(23,89,97); }

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