#155876

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

Shades of Orient #155876

Tints of Orient #155876

Color information

#155876 (or 0x155876) is unknown color: approx Orient. HEX triplet: 15, 58 and 76. RGB value is (21,88,118). Sum of RGB (Red+Green+Blue) = 21+88+118=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #155876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155876 is #EAA789. Grayscale: #474747. Windows color (decimal): -15378314 or 7755797. OLE color: 7755797.

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

Color convert

RGB2188118-
CMYK0.820.2500.54
HSL198.56º69.78%27.25%-
HSV(B)198.56º82.2%46.27%-
XYZ7.078.4518.4-
YUV71.39154.392.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.25%
GREEN value IS 88 (34.77% from 255) = 38.77%
BLUE value IS 118 (46.48% from 255) = 51.98%
R=9.25%
G=38.77%
B=51.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21881180.820.2500.54198.5669.7827.25
Hex1558765219036c7461b
Octal251301661223106630710633
Binary1010110110001110110101001011001011011011000111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155876; }

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

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

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

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

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

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

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

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