#175952

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

Shades of Blue Stone #175952

Tints of Blue Stone #175952

Color information

#175952 (or 0x175952) is unknown color: approx Blue Stone. HEX triplet: 17, 59 and 52. RGB value is (23,89,82). Sum of RGB (Red+Green+Blue) = 23+89+82=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 89 - color contains mainly: green. Hex color #175952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175952 is #E8A6AD. Grayscale: #444444. Windows color (decimal): -15247022 or 5396759. OLE color: 5396759.

HSL color Cylindrical-coordinate representation of color #175952: hue angle of 173.64º 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 #175952 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB238982-
CMYK0.7400.080.65
HSL173.64º58.93%21.96%-
HSV(B)173.64º74.16%34.9%-
XYZ5.457.949.23-
YUV68.47135.6395.57-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.86%
GREEN value IS 89 (35.16% from 255) = 45.88%
BLUE value IS 82 (32.42% from 255) = 42.27%
R=11.86%
G=45.88%
B=42.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2389820.7400.080.65173.6458.9321.96
Hex1759524A0841ae3b16
Octal271311221120101012567326
Binary101111011001101001010010100100010000011010111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175952; }

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

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

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

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

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

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

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

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