#155576

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

Shades of Orient #155576

Tints of Orient #155576

Color information

#155576 (or 0x155576) is unknown color: approx Orient. HEX triplet: 15, 55 and 76. RGB value is (21,85,118). Sum of RGB (Red+Green+Blue) = 21+85+118=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #155576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155576 is #EAAA89. Grayscale: #454545. Windows color (decimal): -15379082 or 7755029. OLE color: 7755029.

HSL color Cylindrical-coordinate representation of color #155576: hue angle of 200.41º 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 #155576 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2185118-
CMYK0.820.2800.54
HSL200.41º69.78%27.25%-
HSV(B)200.41º82.2%46.27%-
XYZ6.837.9618.32-
YUV69.63155.393.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.38%
GREEN value IS 85 (33.59% from 255) = 37.95%
BLUE value IS 118 (46.48% from 255) = 52.68%
R=9.38%
G=37.95%
B=52.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21851180.820.2800.54200.4169.7827.25
Hex155576521C036c8461b
Octal251251661223406631010633
Binary1010110101011110110101001011100011011011001000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155576; }

 p { color: rgb(21,85,118); }

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

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

 a { background-color: rgb(21,85,118); }

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

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

 span { border-color: rgb(21,85,118); }

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