#17555F

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

Shades of Blue Stone #17555F

Tints of Blue Stone #17555F

Color information

#17555F (or 0x17555F) is unknown color: approx Blue Stone. HEX triplet: 17, 55 and 5F. RGB value is (23,85,95). Sum of RGB (Red+Green+Blue) = 23+85+95=203 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.33% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 95 - color contains mainly: blue. Hex color #17555F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17555F is #E8AAA0. Grayscale: #434343. Windows color (decimal): -15248033 or 6247703. OLE color: 6247703.

HSL color Cylindrical-coordinate representation of color #17555F: hue angle of 188.33º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17555F is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB238595-
CMYK0.760.1100.63
HSL188.33º61.02%23.14%-
HSV(B)188.33º75.79%37.25%-
XYZ5.677.5111.98-
YUV67.6143.4696.19-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.33%
GREEN value IS 85 (33.59% from 255) = 41.87%
BLUE value IS 95 (37.5% from 255) = 46.80%
R=11.33%
G=41.87%
B=46.80%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2385950.760.1100.63188.3361.0223.14
Hex17555F4CB03Fbc3d17
Octal27125137114130772747527
Binary10111101010110111111001100101101111111011110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17555F; }

 p { color: rgb(23,85,95); }

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

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

 a { background-color: rgb(23,85,95); }

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

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

 span { border-color: rgb(23,85,95); }

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