#17665C

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

Shades of Blue Stone #17665C

Tints of Blue Stone #17665C

Color information

#17665C (or 0x17665C) is unknown color: approx Blue Stone. HEX triplet: 17, 66 and 5C. RGB value is (23,102,92). Sum of RGB (Red+Green+Blue) = 23+102+92=217 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.60% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 102 - color contains mainly: green. Hex color #17665C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17665C is #E899A3. Grayscale: #4D4D4D. Windows color (decimal): -15243684 or 6055447. OLE color: 6055447.

HSL color Cylindrical-coordinate representation of color #17665C: hue angle of 172.41º 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 #17665C is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB2310292-
CMYK0.7700.100.6
HSL172.41º63.2%24.51%-
HSV(B)172.41º77.45%40%-
XYZ7.0410.4611.77-
YUV77.24136.3389.31-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.60%
GREEN value IS 102 (40.23% from 255) = 47.00%
BLUE value IS 92 (36.33% from 255) = 42.40%
R=10.60%
G=47.00%
B=42.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal23102920.7700.100.6172.4163.224.51
Hex17665C4D0A3Cac3f19
Octal27146134115012742547731
Binary10111110011010111001001101010101111001010110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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