#1C5C5C

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

Shades of Blue Stone #1C5C5C

Tints of Blue Stone #1C5C5C

Color information

#1C5C5C (or 0x1C5C5C) is unknown color: approx Blue Stone. HEX triplet: 1C, 5C and 5C. RGB value is (28,92,92). Sum of RGB (Red+Green+Blue) = 28+92+92=212 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.21% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 92 - color contains mainly: green, blue. Hex color #1C5C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5C5C is #E3A3A3. Grayscale: #484848. Windows color (decimal): -14918564 or 6052892. OLE color: 6052892.

HSL color Cylindrical-coordinate representation of color #1C5C5C: hue angle of 180º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C5C5C is Cyan = 0.70, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB289292-
CMYK0.70000.64
HSL180º53.33%23.53%-
HSV(B)180º69.57%36.08%-
XYZ6.248.6711.47-
YUV72.86138.896-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.21%
GREEN value IS 92 (36.33% from 255) = 43.40%
BLUE value IS 92 (36.33% from 255) = 43.40%
R=13.21%
G=43.40%
B=43.40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2892920.70000.6418053.3323.53
Hex1C5C5C460040b43518
Octal34134134106001002646530
Binary111001011100101110010001100010000001011010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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