#0F5B58

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

Shades of Blue Stone #0F5B58

Tints of Blue Stone #0F5B58

Color information

#0F5B58 (or 0x0F5B58) is unknown color: approx Blue Stone. HEX triplet: 0F, 5B and 58. RGB value is (15,91,88). Sum of RGB (Red+Green+Blue) = 15+91+88=194 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.73% from 194); Green value is 91 (35.94% from 255 or 46.91% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 91 - color contains mainly: green. Hex color #0F5B58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5B58 is #F0A4A7. Grayscale: #434343. Windows color (decimal): -15770792 or 5790479. OLE color: 5790479.

HSL color Cylindrical-coordinate representation of color #0F5B58: hue angle of 177.63º 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 #0F5B58 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB159188-
CMYK0.8400.030.64
HSL177.63º71.7%20.78%-
HSV(B)177.63º83.52%35.69%-
XYZ5.78.2910.53-
YUV67.93139.3290.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.73%
GREEN value IS 91 (35.94% from 255) = 46.91%
BLUE value IS 88 (34.77% from 255) = 45.36%
R=7.73%
G=46.91%
B=45.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1591880.8400.030.64177.6371.720.78
HexF5B58540340b24815
Octal171331301240310026211025
Binary1111101101110110001010100011100000010110010100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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