#155674

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

Shades of Orient #155674

Tints of Orient #155674

Color information

#155674 (or 0x155674) is unknown color: approx Orient. HEX triplet: 15, 56 and 74. RGB value is (21,86,116). Sum of RGB (Red+Green+Blue) = 21+86+116=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #155674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155674 is #EAA98B. Grayscale: #454545. Windows color (decimal): -15378828 or 7624213. OLE color: 7624213.

HSL color Cylindrical-coordinate representation of color #155674: hue angle of 198.95º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155674 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2186116-
CMYK0.820.2600.55
HSL198.95º69.34%26.86%-
HSV(B)198.95º81.9%45.49%-
XYZ6.798.0817.72-
YUV69.98153.9793.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.42%
GREEN value IS 86 (33.98% from 255) = 38.57%
BLUE value IS 116 (45.70% from 255) = 52.02%
R=9.42%
G=38.57%
B=52.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21861160.820.2600.55198.9569.3426.86
Hex155674521A037c7451b
Octal251261641223206730710533
Binary1010110101101110100101001011010011011111000111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155674; }

 p { color: rgb(21,86,116); }

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

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

 a { background-color: rgb(21,86,116); }

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

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

 span { border-color: rgb(21,86,116); }

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