#1C5A61

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

Shades of Blue Stone #1C5A61

Tints of Blue Stone #1C5A61

Color information

#1C5A61 (or 0x1C5A61) is unknown color: approx Blue Stone. HEX triplet: 1C, 5A and 61. RGB value is (28,90,97). Sum of RGB (Red+Green+Blue) = 28+90+97=215 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.02% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #1C5A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5A61 is #E3A59E. Grayscale: #484848. Windows color (decimal): -14919071 or 6380060. OLE color: 6380060.

HSL color Cylindrical-coordinate representation of color #1C5A61: hue angle of 186.09º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C5A61 is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB289097-
CMYK0.710.0700.62
HSL186.09º55.2%24.51%-
HSV(B)186.09º71.13%38.04%-
XYZ6.298.4212.6-
YUV72.26141.9696.43-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.02%
GREEN value IS 90 (35.55% from 255) = 41.86%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=13.02%
G=41.86%
B=45.12%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2890970.710.0700.62186.0955.224.51
Hex1C5A6147703Eba3719
Octal3413214110770762726731
Binary1110010110101100001100011111101111101011101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,90,97); }

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

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

 a { background-color: rgb(28,90,97); }

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

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

 span { border-color: rgb(28,90,97); }

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