#17555B

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

Shades of Blue Stone #17555B

Tints of Blue Stone #17555B

Color information

#17555B (or 0x17555B) is unknown color: approx Blue Stone. HEX triplet: 17, 55 and 5B. RGB value is (23,85,91). Sum of RGB (Red+Green+Blue) = 23+85+91=199 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.56% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #17555B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17555B is #E8AAA4. Grayscale: #434343. Windows color (decimal): -15248037 or 5985559. OLE color: 5985559.

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

Color convert

RGB238591-
CMYK0.750.0700.64
HSL185.29º59.65%22.35%-
HSV(B)185.29º74.73%35.69%-
XYZ5.497.4311.04-
YUV67.15141.4696.51-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.56%
GREEN value IS 85 (33.59% from 255) = 42.71%
BLUE value IS 91 (35.94% from 255) = 45.73%
R=11.56%
G=42.71%
B=45.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2385910.750.0700.64185.2959.6522.35
Hex17555B4B7040b93c16
Octal27125133113701002717426
Binary10111101010110110111001011111010000001011100111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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