#175C56

Color #175C56 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #175C56

Tints of Blue Stone #175C56

Color information

#175C56 (or 0x175C56) is unknown color: approx Blue Stone. HEX triplet: 17, 5C and 56. RGB value is (23,92,86). Sum of RGB (Red+Green+Blue) = 23+92+86=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 92 (36.33% from 255 or 45.77% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 92 - color contains mainly: green. Hex color #175C56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175C56 is #E8A3A9. Grayscale: #464646. Windows color (decimal): -15246250 or 5659671. OLE color: 5659671.

HSL color Cylindrical-coordinate representation of color #175C56: hue angle of 174.78º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #175C56 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB239286-
CMYK0.7500.070.64
HSL174.78º60%22.55%-
HSV(B)174.78º75%36.08%-
XYZ5.868.5110.14-
YUV70.68136.6493.99-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.44%
GREEN value IS 92 (36.33% from 255) = 45.77%
BLUE value IS 86 (33.98% from 255) = 42.79%
R=11.44%
G=45.77%
B=42.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2392860.7500.070.64174.786022.55
Hex175C564B0740af3c17
Octal27134126113071002577427
Binary10111101110010101101001011011110000001010111111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #175C56;
 }
 .AnyTagClassName
 {
   color: #175C56;
 }
</style>
background-color css

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

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

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

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

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

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