#175965

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

Shades of Blue Stone #175965

Tints of Blue Stone #175965

Color information

#175965 (or 0x175965) is unknown color: approx Blue Stone. HEX triplet: 17, 59 and 65. RGB value is (23,89,101). Sum of RGB (Red+Green+Blue) = 23+89+101=213 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.80% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 101 - color contains mainly: blue. Hex color #175965 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175965 is #E8A69A. Grayscale: #464646. Windows color (decimal): -15247003 or 6641943. OLE color: 6641943.

HSL color Cylindrical-coordinate representation of color #175965: hue angle of 189.23º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #175965 is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2389101-
CMYK0.770.1200.60
HSL189.23º62.9%24.31%-
HSV(B)189.23º77.23%39.61%-
XYZ6.278.2713.58-
YUV70.63145.1394.02-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.80%
GREEN value IS 89 (35.16% from 255) = 41.78%
BLUE value IS 101 (39.84% from 255) = 47.42%
R=10.80%
G=41.78%
B=47.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal23891010.770.1200.60189.2362.924.31
Hex1759654DC03Cbd3f18
Octal27131145115140742757730
Binary10111101100111001011001101110001111001011110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175965; }

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

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

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

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

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

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

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

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