#106058

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

Shades of Blue Stone #106058

Tints of Blue Stone #106058

Color information

#106058 (or 0x106058) is unknown color: approx Blue Stone. HEX triplet: 10, 60 and 58. RGB value is (16,96,88). Sum of RGB (Red+Green+Blue) = 16+96+88=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #106058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106058 is #EF9FA7. Grayscale: #474747. Windows color (decimal): -15703976 or 5791760. OLE color: 5791760.

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

Color convert

RGB169688-
CMYK0.8300.080.62
HSL174º71.43%21.96%-
HSV(B)174º83.33%37.65%-
XYZ6.169.1810.68-
YUV71.17137.588.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8%
GREEN value IS 96 (37.89% from 255) = 48%
BLUE value IS 88 (34.77% from 255) = 44%
R=8%
G=48%
B=44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1696880.8300.080.6217471.4321.96
Hex10605853083Eae4716
Octal201401301230107625610726
Binary100001100000101100010100110100011111010101110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106058; }

 p { color: rgb(16,96,88); }

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

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

 a { background-color: rgb(16,96,88); }

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

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

 span { border-color: rgb(16,96,88); }

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