#17665D

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

Shades of Blue Stone #17665D

Tints of Blue Stone #17665D

Color information

#17665D (or 0x17665D) is unknown color: approx Blue Stone. HEX triplet: 17, 66 and 5D. RGB value is (23,102,93). Sum of RGB (Red+Green+Blue) = 23+102+93=218 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.55% from 218); Green value is 102 (40.23% from 255 or 46.79% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 102 - color contains mainly: green. Hex color #17665D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17665D is #E899A2. Grayscale: #4D4D4D. Windows color (decimal): -15243683 or 6120983. OLE color: 6120983.

HSL color Cylindrical-coordinate representation of color #17665D: hue angle of 173.16º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #17665D is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB2310293-
CMYK0.7700.090.6
HSL173.16º63.2%24.51%-
HSV(B)173.16º77.45%40%-
XYZ7.0810.4812-
YUV77.35136.8389.23-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.55%
GREEN value IS 102 (40.23% from 255) = 46.79%
BLUE value IS 93 (36.72% from 255) = 42.66%
R=10.55%
G=46.79%
B=42.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal23102930.7700.090.6173.1663.224.51
Hex17665D4D093Cad3f19
Octal27146135115011742557731
Binary10111110011010111011001101010011111001010110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17665D; }

 p { color: rgb(23,102,93); }

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

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

 a { background-color: rgb(23,102,93); }

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

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

 span { border-color: rgb(23,102,93); }

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