#1C5C61

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

Shades of Blue Stone #1C5C61

Tints of Blue Stone #1C5C61

Color information

#1C5C61 (or 0x1C5C61) is unknown color: approx Blue Stone. HEX triplet: 1C, 5C and 61. RGB value is (28,92,97). Sum of RGB (Red+Green+Blue) = 28+92+97=217 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.90% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #1C5C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5C61 is #E3A39E. Grayscale: #494949. Windows color (decimal): -14918559 or 6380572. OLE color: 6380572.

HSL color Cylindrical-coordinate representation of color #1C5C61: hue angle of 184.35º 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 #1C5C61 is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB289297-
CMYK0.710.0500.62
HSL184.35º55.2%24.51%-
HSV(B)184.35º71.13%38.04%-
XYZ6.468.7612.66-
YUV73.43141.395.59-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.90%
GREEN value IS 92 (36.33% from 255) = 42.40%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=12.90%
G=42.40%
B=44.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2892970.710.0500.62184.3555.224.51
Hex1C5C6147503Eb83719
Octal3413414110750762706731
Binary1110010111001100001100011110101111101011100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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