#156575

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

Shades of Allports #156575

Tints of Allports #156575

Color information

#156575 (or 0x156575) is unknown color: approx Allports. HEX triplet: 15, 65 and 75. RGB value is (21,101,117). Sum of RGB (Red+Green+Blue) = 21+101+117=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #156575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156575 is #EA9A8A. Grayscale: #4E4E4E. Windows color (decimal): -15374987 or 7693589. OLE color: 7693589.

HSL color Cylindrical-coordinate representation of color #156575: hue angle of 190º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #156575 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB21101117-
CMYK0.820.1400.54
HSL190º69.57%27.06%-
HSV(B)190º82.05%45.88%-
XYZ8.1710.7518.47-
YUV78.9149.586.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.79%
GREEN value IS 101 (39.84% from 255) = 42.26%
BLUE value IS 117 (46.09% from 255) = 48.95%
R=8.79%
G=42.26%
B=48.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal211011170.820.1400.5419069.5727.06
Hex15657552E036be461b
Octal251451651221606627610633
Binary101011100101111010110100101110011011010111110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156575; }

 p { color: rgb(21,101,117); }

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

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

 a { background-color: rgb(21,101,117); }

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

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

 span { border-color: rgb(21,101,117); }

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