#10575F

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

Shades of Blue Stone #10575F

Tints of Blue Stone #10575F

Color information

#10575F (or 0x10575F) is unknown color: approx Blue Stone. HEX triplet: 10, 57 and 5F. RGB value is (16,87,95). Sum of RGB (Red+Green+Blue) = 16+87+95=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 87 (34.38% from 255 or 43.94% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 95 - color contains mainly: blue. Hex color #10575F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10575F is #EFA8A0. Grayscale: #424242. Windows color (decimal): -15706273 or 6248208. OLE color: 6248208.

HSL color Cylindrical-coordinate representation of color #10575F: hue angle of 186.08º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10575F is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB168795-
CMYK0.830.0800.63
HSL186.08º71.17%21.76%-
HSV(B)186.08º83.16%37.25%-
XYZ5.697.7512.02-
YUV66.68143.9891.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.08%
GREEN value IS 87 (34.38% from 255) = 43.94%
BLUE value IS 95 (37.5% from 255) = 47.98%
R=8.08%
G=43.94%
B=47.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1687950.830.0800.63186.0871.1721.76
Hex10575F53803Fba4716
Octal201271371231007727210726
Binary100001010111101111110100111000011111110111010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10575F; }

 p { color: rgb(16,87,95); }

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

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

 a { background-color: rgb(16,87,95); }

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

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

 span { border-color: rgb(16,87,95); }

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