#1C5C5A

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

Shades of Blue Stone #1C5C5A

Tints of Blue Stone #1C5C5A

Color information

#1C5C5A (or 0x1C5C5A) is unknown color: approx Blue Stone. HEX triplet: 1C, 5C and 5A. RGB value is (28,92,90). Sum of RGB (Red+Green+Blue) = 28+92+90=210 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.33% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 92 - color contains mainly: green. Hex color #1C5C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5C5A is #E3A3A5. Grayscale: #484848. Windows color (decimal): -14918566 or 5921820. OLE color: 5921820.

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

Color convert

RGB289290-
CMYK0.7000.020.64
HSL178.12º53.33%23.53%-
HSV(B)178.12º69.57%36.08%-
XYZ6.158.6411.02-
YUV72.64137.896.16-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.33%
GREEN value IS 92 (36.33% from 255) = 43.81%
BLUE value IS 90 (35.55% from 255) = 42.86%
R=13.33%
G=43.81%
B=42.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2892900.7000.020.64178.1253.3323.53
Hex1C5C5A460240b23518
Octal34134132106021002626530
Binary1110010111001011010100011001010000001011001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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