#1c5b63

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

Shades of Blue Stone #1C5B63

Tints of Blue Stone #1C5B63

Color information

#1C5B63 (or 0x1C5B63) is unknown color: approx Blue Stone. HEX triplet: 1C, 5B and 63. RGB value is (28,91,99). Sum of RGB (Red+Green+Blue) = 28+91+99=218 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.84% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #1C5B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5B63 is #E3A49C. Grayscale: #484848. Windows color (decimal): -14918813 or 6511388. OLE color: 6511388.

HSL color Cylindrical-coordinate representation of color #1C5B63: hue angle of 186.76º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C5B63 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB289199-
CMYK0.720.0800.61
HSL186.76º55.91%24.9%-
HSV(B)186.76º71.72%38.82%-
XYZ6.478.6313.13-
YUV73.07142.6395.85-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.84%
GREEN value IS 91 (35.94% from 255) = 41.74%
BLUE value IS 99 (39.06% from 255) = 45.41%
R=12.84%
G=41.74%
B=45.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2891990.720.0800.61186.7655.9124.9
Hex1C5B6348803Dbb3819
Octal34133143110100752737031
Binary11100101101111000111001000100001111011011101111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c5b63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1c5b63; }

 p { color: rgb(28,91,99); }

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

<style>
 a { background-color: #1c5b63; }

 a { background-color: rgb(28,91,99); }

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

<style>
 span { border-color: #1c5b63; }

 span { border-color: rgb(28,91,99); }

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