#10555C

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

Shades of Blue Stone #10555C

Tints of Blue Stone #10555C

Color information

#10555C (or 0x10555C) is unknown color: approx Blue Stone. HEX triplet: 10, 55 and 5C. RGB value is (16,85,92). Sum of RGB (Red+Green+Blue) = 16+85+92=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #10555C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10555C is #EFAAA3. Grayscale: #414141. Windows color (decimal): -15706788 or 6051088. OLE color: 6051088.

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

Color convert

RGB168592-
CMYK0.830.0800.64
HSL185.53º70.37%21.18%-
HSV(B)185.53º82.61%36.08%-
XYZ5.397.3811.27-
YUV65.17143.1492.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.29%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 92 (36.33% from 255) = 47.67%
R=8.29%
G=44.04%
B=47.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1685920.830.0800.64185.5370.3721.18
Hex10555C538040ba4615
Octal2012513412310010027210625
Binary1000010101011011100101001110000100000010111010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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