Html Css Color HEX #175C61 Blue Stone

📋 copy color: '#175C61'

red 23 ◦ green 92 ◦ blue 97

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

Shades of Blue Stone #175C61

Tints of Blue Stone #175C61

RGB

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

 GREEN value IS 92 (36.33% from 255) = 43.4%

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

R = 10.85%
G = 43.4%
B = 45.75%

CMYK

 C value IS 0.76

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#175C61 (or 0x175C61) is known color: Blue Stone. HEX triplet: 17, 5C and 61. RGB value is (23,92,97). Sum of RGB (Red+Green+Blue) = 23+92+97=212 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.85% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #175C61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175C61 is #E8A39E. Grayscale: #474747. Windows color (decimal): -15246239 or 6380567. OLE color: 6380567.

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

Color convert

RGB 23 92 97 -
CMYK 0.76 0.05 0 0.62
HSL 184.05º 0.62% 0.24% -
HSV(B) 184.05º 0.76% 0.38% -
XYZ 6.34 8.7 12.65 -
YUV 71.94 142.14 93.09 -
System Red Green Blue C M Y K H S L
Decimal 23 92 97 0.76 0.05 0 0.62 184.05 0.62 0.24
Hex 17 5C 61 4C 5 0 3E B8 3E 18
Octal 27 134 141 114 5 0 76 270 76 30
Binary 10111 1011100 1100001 1001100 101 0 111110 10111000 111110 11000

Color Harmonies of #175C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175C61

Black with #175C61

Text Example


Text Example

White with #175C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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