#105A53

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

Shades of Blue Stone #105A53

Tints of Blue Stone #105A53

Color information

#105A53 (or 0x105A53) is unknown color: approx Blue Stone. HEX triplet: 10, 5A and 53. RGB value is (16,90,83). Sum of RGB (Red+Green+Blue) = 16+90+83=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 90 (35.55% from 255 or 47.62% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 90 - color contains mainly: green. Hex color #105A53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105A53 is #EFA5AC. Grayscale: #434343. Windows color (decimal): -15705517 or 5462544. OLE color: 5462544.

HSL color Cylindrical-coordinate representation of color #105A53: hue angle of 174.32º 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 #105A53 is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB169083-
CMYK0.8200.080.65
HSL174.32º69.81%20.78%-
HSV(B)174.32º82.22%35.29%-
XYZ5.438.059.45-
YUV67.08136.9891.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.47%
GREEN value IS 90 (35.55% from 255) = 47.62%
BLUE value IS 83 (32.81% from 255) = 43.92%
R=8.47%
G=47.62%
B=43.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1690830.8200.080.65174.3269.8120.78
Hex105A53520841ae4615
Octal2013212312201010125610625
Binary1000010110101010011101001001000100000110101110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105A53; }

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

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

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

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

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

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

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

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