Html Css Color HEX #175C63 Blue Stone

📋 copy color: '#175C63'

red 23 ◦ green 92 ◦ blue 99

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

Shades of Blue Stone #175C63

Tints of Blue Stone #175C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 46.26%

R = 10.75%
G = 42.99%
B = 46.26%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#175C63 (or 0x175C63) is known color: Blue Stone. HEX triplet: 17, 5C and 63. RGB value is (23,92,99). Sum of RGB (Red+Green+Blue) = 23+92+99=214 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.75% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #175C63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175C63 is #E8A39C. Grayscale: #484848. Windows color (decimal): -15246237 or 6511639. OLE color: 6511639.

HSL color Cylindrical-coordinate representation of color #175C63: hue angle of 185.53º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #175C63 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 23 92 99 -
CMYK 0.77 0.07 0 0.61
HSL 185.53º 0.62% 0.24% -
HSV(B) 185.53º 0.77% 0.39% -
XYZ 6.43 8.74 13.15 -
YUV 72.17 143.14 92.93 -
System Red Green Blue C M Y K H S L
Decimal 23 92 99 0.77 0.07 0 0.61 185.53 0.62 0.24
Hex 17 5C 63 4D 7 0 3D BA 3E 18
Octal 27 134 143 115 7 0 75 272 76 30
Binary 10111 1011100 1100011 1001101 111 0 111101 10111010 111110 11000

Color Harmonies of #175C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175C63

Black with #175C63

Text Example


Text Example

White with #175C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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