#10555D

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

Shades of Blue Stone #10555D

Tints of Blue Stone #10555D

Color information

#10555D (or 0x10555D) is unknown color: approx Blue Stone. HEX triplet: 10, 55 and 5D. RGB value is (16,85,93). Sum of RGB (Red+Green+Blue) = 16+85+93=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #10555D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10555D is #EFAAA2. Grayscale: #414141. Windows color (decimal): -15706787 or 6116624. OLE color: 6116624.

HSL color Cylindrical-coordinate representation of color #10555D: hue angle of 186.23º 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 #10555D is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB168593-
CMYK0.830.0900.64
HSL186.23º70.64%21.37%-
HSV(B)186.23º82.8%36.47%-
XYZ5.447.411.5-
YUV65.28143.6492.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.25%
GREEN value IS 85 (33.59% from 255) = 43.81%
BLUE value IS 93 (36.72% from 255) = 47.94%
R=8.25%
G=43.81%
B=47.94%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1685930.830.0900.64186.2370.6421.37
Hex10555D539040ba4715
Octal2012513512311010027210725
Binary1000010101011011101101001110010100000010111010100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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