#10575C

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

Shades of Blue Stone #10575C

Tints of Blue Stone #10575C

Color information

#10575C (or 0x10575C) is unknown color: approx Blue Stone. HEX triplet: 10, 57 and 5C. RGB value is (16,87,92). Sum of RGB (Red+Green+Blue) = 16+87+92=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 87 (34.38% from 255 or 44.62% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #10575C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10575C is #EFA8A3. Grayscale: #424242. Windows color (decimal): -15706276 or 6051600. OLE color: 6051600.

HSL color Cylindrical-coordinate representation of color #10575C: hue angle of 183.95º degrees, saturation: 0.7, 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 #10575C is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB168792-
CMYK0.830.0500.64
HSL183.95º70.37%21.18%-
HSV(B)183.95º82.61%36.08%-
XYZ5.557.711.32-
YUV66.34142.4892.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.21%
GREEN value IS 87 (34.38% from 255) = 44.62%
BLUE value IS 92 (36.33% from 255) = 47.18%
R=8.21%
G=44.62%
B=47.18%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1687920.830.0500.64183.9570.3721.18
Hex10575C535040b84615
Octal201271341235010027010625
Binary100001010111101110010100111010100000010111000100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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