#10575A

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

Shades of Blue Stone #10575A

Tints of Blue Stone #10575A

Color information

#10575A (or 0x10575A) is unknown color: approx Blue Stone. HEX triplet: 10, 57 and 5A. RGB value is (16,87,90). Sum of RGB (Red+Green+Blue) = 16+87+90=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #10575A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10575A is #EFA8A5. Grayscale: #424242. Windows color (decimal): -15706278 or 5920528. OLE color: 5920528.

HSL color Cylindrical-coordinate representation of color #10575A: hue angle of 182.43º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10575A is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB168790-
CMYK0.820.0300.65
HSL182.43º69.81%20.78%-
HSV(B)182.43º82.22%35.29%-
XYZ5.477.6610.86-
YUV66.11141.4892.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.29%
GREEN value IS 87 (34.38% from 255) = 45.08%
BLUE value IS 90 (35.55% from 255) = 46.63%
R=8.29%
G=45.08%
B=46.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1687900.820.0300.65182.4369.8120.78
Hex10575A523041b64615
Octal201271321223010126610625
Binary10000101011110110101010010110100000110110110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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