#10595B

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

Shades of Blue Stone #10595B

Tints of Blue Stone #10595B

Color information

#10595B (or 0x10595B) is unknown color: approx Blue Stone. HEX triplet: 10, 59 and 5B. RGB value is (16,89,91). Sum of RGB (Red+Green+Blue) = 16+89+91=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #10595B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10595B is #EFA6A4. Grayscale: #434343. Windows color (decimal): -15705765 or 5986576. OLE color: 5986576.

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

Color convert

RGB168991-
CMYK0.820.0200.64
HSL181.6º70.09%20.98%-
HSV(B)181.6º82.42%35.69%-
XYZ5.678.0111.14-
YUV67.4141.3291.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.16%
GREEN value IS 89 (35.16% from 255) = 45.41%
BLUE value IS 91 (35.94% from 255) = 46.43%
R=8.16%
G=45.41%
B=46.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1689910.820.0200.64181.670.0920.98
Hex10595B522040b64615
Octal201311331222010026610625
Binary10000101100110110111010010100100000010110110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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