#105B53

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

Shades of Blue Stone #105B53

Tints of Blue Stone #105B53

Color information

#105B53 (or 0x105B53) is unknown color: approx Blue Stone. HEX triplet: 10, 5B and 53. RGB value is (16,91,83). Sum of RGB (Red+Green+Blue) = 16+91+83=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 91 (35.94% from 255 or 47.89% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 91 - color contains mainly: green. Hex color #105B53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105B53 is #EFA4AC. Grayscale: #434343. Windows color (decimal): -15705261 or 5462800. OLE color: 5462800.

HSL color Cylindrical-coordinate representation of color #105B53: hue angle of 173.6º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105B53 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB169183-
CMYK0.8200.090.64
HSL173.6º70.09%20.98%-
HSV(B)173.6º82.42%35.69%-
XYZ5.528.229.48-
YUV67.66136.6591.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.42%
GREEN value IS 91 (35.94% from 255) = 47.89%
BLUE value IS 83 (32.81% from 255) = 43.68%
R=8.42%
G=47.89%
B=43.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1691830.8200.090.64173.670.0920.98
Hex105B53520940ae4615
Octal2013312312201110025610625
Binary1000010110111010011101001001001100000010101110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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