#10595D

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

Shades of Blue Stone #10595D

Tints of Blue Stone #10595D

Color information

#10595D (or 0x10595D) is unknown color: approx Blue Stone. HEX triplet: 10, 59 and 5D. RGB value is (16,89,93). Sum of RGB (Red+Green+Blue) = 16+89+93=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 89 (35.16% from 255 or 44.95% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #10595D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10595D is #EFA6A2. Grayscale: #434343. Windows color (decimal): -15705763 or 6117648. OLE color: 6117648.

HSL color Cylindrical-coordinate representation of color #10595D: hue angle of 183.12º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10595D is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB168993-
CMYK0.830.0400.64
HSL183.12º70.64%21.37%-
HSV(B)183.12º82.8%36.47%-
XYZ5.768.0511.61-
YUV67.63142.3291.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.08%
GREEN value IS 89 (35.16% from 255) = 44.95%
BLUE value IS 93 (36.72% from 255) = 46.97%
R=8.08%
G=44.95%
B=46.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1689930.830.0400.64183.1270.6421.37
Hex10595D534040b74715
Octal201311351234010026710725
Binary100001011001101110110100111000100000010110111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,89,93); }

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

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

 a { background-color: rgb(16,89,93); }

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

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

 span { border-color: rgb(16,89,93); }

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