#0F5B57

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

Shades of Blue Stone #0F5B57

Tints of Blue Stone #0F5B57

Color information

#0F5B57 (or 0x0F5B57) is unknown color: approx Blue Stone. HEX triplet: 0F, 5B and 57. RGB value is (15,91,87). Sum of RGB (Red+Green+Blue) = 15+91+87=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 91 (35.94% from 255 or 47.15% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 91 - color contains mainly: green. Hex color #0F5B57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5B57 is #F0A4A8. Grayscale: #434343. Windows color (decimal): -15770793 or 5724943. OLE color: 5724943.

HSL color Cylindrical-coordinate representation of color #0F5B57: hue angle of 176.84º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F5B57 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB159187-
CMYK0.8400.040.64
HSL176.84º71.7%20.78%-
HSV(B)176.84º83.52%35.69%-
XYZ5.668.2710.32-
YUV67.82138.8290.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.77%
GREEN value IS 91 (35.94% from 255) = 47.15%
BLUE value IS 87 (34.38% from 255) = 45.08%
R=7.77%
G=47.15%
B=45.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1591870.8400.040.64176.8471.720.78
HexF5B57540440b14815
Octal171331271240410026111025
Binary11111011011101011110101000100100000010110001100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F5B57; }

 p { color: rgb(15,91,87); }

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

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

 a { background-color: rgb(15,91,87); }

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

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

 span { border-color: rgb(15,91,87); }

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