#0F5C55

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

Shades of Blue Stone #0F5C55

Tints of Blue Stone #0F5C55

Color information

#0F5C55 (or 0x0F5C55) is unknown color: approx Blue Stone. HEX triplet: 0F, 5C and 55. RGB value is (15,92,85). Sum of RGB (Red+Green+Blue) = 15+92+85=192 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.81% from 192); Green value is 92 (36.33% from 255 or 47.92% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 92 - color contains mainly: green. Hex color #0F5C55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5C55 is #F0A3AA. Grayscale: #444444. Windows color (decimal): -15770539 or 5594127. OLE color: 5594127.

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

Color convert

RGB159285-
CMYK0.8400.080.64
HSL174.55º71.96%20.98%-
HSV(B)174.55º83.7%36.08%-
XYZ5.668.419.92-
YUV68.18137.4990.07-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.81%
GREEN value IS 92 (36.33% from 255) = 47.92%
BLUE value IS 85 (33.59% from 255) = 44.27%
R=7.81%
G=47.92%
B=44.27%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1592850.8400.080.64174.5571.9620.98
HexF5C55540840af4815
Octal1713412512401010025711025
Binary111110111001010101101010001000100000010101111100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,92,85); }

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

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

 a { background-color: rgb(15,92,85); }

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

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

 span { border-color: rgb(15,92,85); }

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