#1C5F5D

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

Shades of Blue Stone #1C5F5D

Tints of Blue Stone #1C5F5D

Color information

#1C5F5D (or 0x1C5F5D) is unknown color: approx Blue Stone. HEX triplet: 1C, 5F and 5D. RGB value is (28,95,93). Sum of RGB (Red+Green+Blue) = 28+95+93=216 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.96% from 216); Green value is 95 (37.5% from 255 or 43.98% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 95 - color contains mainly: green. Hex color #1C5F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5F5D is #E3A0A2. Grayscale: #4A4A4A. Windows color (decimal): -14917795 or 6119196. OLE color: 6119196.

HSL color Cylindrical-coordinate representation of color #1C5F5D: hue angle of 178.21º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C5F5D is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB289593-
CMYK0.7100.020.63
HSL178.21º54.47%24.12%-
HSV(B)178.21º70.53%37.25%-
XYZ6.559.2211.79-
YUV74.74138.394.66-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.96%
GREEN value IS 95 (37.5% from 255) = 43.98%
BLUE value IS 93 (36.72% from 255) = 43.06%
R=12.96%
G=43.98%
B=43.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2895930.7100.020.63178.2154.4724.12
Hex1C5F5D47023Fb23618
Octal3413713510702772626630
Binary111001011111101110110001110101111111011001011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,95,93); }

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

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

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

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

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

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

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