#175258

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

Shades of Blue Stone #175258

Tints of Blue Stone #175258

Color information

#175258 (or 0x175258) is unknown color: approx Blue Stone. HEX triplet: 17, 52 and 58. RGB value is (23,82,88). Sum of RGB (Red+Green+Blue) = 23+82+88=193 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.92% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #175258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175258 is #E8ADA7. Grayscale: #404040. Windows color (decimal): -15248808 or 5788183. OLE color: 5788183.

HSL color Cylindrical-coordinate representation of color #175258: hue angle of 185.54º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #175258 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB238288-
CMYK0.740.0700.65
HSL185.54º58.56%21.76%-
HSV(B)185.54º73.86%34.51%-
XYZ5.136.9210.3-
YUV65.04140.9598.01-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.92%
GREEN value IS 82 (32.42% from 255) = 42.49%
BLUE value IS 88 (34.77% from 255) = 45.60%
R=11.92%
G=42.49%
B=45.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2382880.740.0700.65185.5458.5621.76
Hex1752584A7041ba3b16
Octal27122130112701012727326
Binary10111101001010110001001010111010000011011101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175258; }

 p { color: rgb(23,82,88); }

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

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

 a { background-color: rgb(23,82,88); }

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

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

 span { border-color: rgb(23,82,88); }

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