#1C585C

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

Shades of Blue Stone #1C585C

Tints of Blue Stone #1C585C

Color information

#1C585C (or 0x1C585C) is unknown color: approx Blue Stone. HEX triplet: 1C, 58 and 5C. RGB value is (28,88,92). Sum of RGB (Red+Green+Blue) = 28+88+92=208 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.46% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 92 - color contains mainly: blue. Hex color #1C585C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C585C is #E3A7A3. Grayscale: #464646. Windows color (decimal): -14919588 or 6051868. OLE color: 6051868.

HSL color Cylindrical-coordinate representation of color #1C585C: hue angle of 183.75º 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 #1C585C is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB288892-
CMYK0.700.0400.64
HSL183.75º53.33%23.53%-
HSV(B)183.75º69.57%36.08%-
XYZ5.9811.36-
YUV70.52140.1297.67-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.46%
GREEN value IS 88 (34.77% from 255) = 42.31%
BLUE value IS 92 (36.33% from 255) = 44.23%
R=13.46%
G=42.31%
B=44.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2888920.700.0400.64183.7553.3323.53
Hex1C585C464040b83518
Octal34130134106401002706530
Binary11100101100010111001000110100010000001011100011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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