#1C586C

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

Shades of Orient #1C586C

Tints of Orient #1C586C

Color information

#1C586C (or 0x1C586C) is unknown color: approx Orient. HEX triplet: 1C, 58 and 6C. RGB value is (28,88,108). Sum of RGB (Red+Green+Blue) = 28+88+108=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #1C586C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C586C is #E3A793. Grayscale: #484848. Windows color (decimal): -14919572 or 7100444. OLE color: 7100444.

HSL color Cylindrical-coordinate representation of color #1C586C: hue angle of 195º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C586C is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2888108-
CMYK0.740.1900.58
HSL195º58.82%26.67%-
HSV(B)195º74.07%42.35%-
XYZ6.688.3115.44-
YUV72.34148.1296.37-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.5%
GREEN value IS 88 (34.77% from 255) = 39.29%
BLUE value IS 108 (42.58% from 255) = 48.21%
R=12.5%
G=39.29%
B=48.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal28881080.740.1900.5819558.8226.67
Hex1C586C4A1303Ac33b1b
Octal34130154112230723037333
Binary111001011000110110010010101001101110101100001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C586C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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