#125B53

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

Shades of Blue Stone #125B53

Tints of Blue Stone #125B53

Color information

#125B53 (or 0x125B53) is unknown color: approx Blue Stone. HEX triplet: 12, 5B and 53. RGB value is (18,91,83). Sum of RGB (Red+Green+Blue) = 18+91+83=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 91 (35.94% from 255 or 47.40% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 91 - color contains mainly: green. Hex color #125B53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125B53 is #EDA4AC. Grayscale: #444444. Windows color (decimal): -15574189 or 5462802. OLE color: 5462802.

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

Color convert

RGB189183-
CMYK0.8000.090.64
HSL173.42º66.97%21.37%-
HSV(B)173.42º80.22%35.69%-
XYZ5.558.249.48-
YUV68.26136.3292.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.38%
GREEN value IS 91 (35.94% from 255) = 47.40%
BLUE value IS 83 (32.81% from 255) = 43.23%
R=9.38%
G=47.40%
B=43.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1891830.8000.090.64173.4266.9721.37
Hex125B53500940ad4315
Octal2213312312001110025510325
Binary1001010110111010011101000001001100000010101101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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