#155771

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

Shades of Orient #155771

Tints of Orient #155771

Color information

#155771 (or 0x155771) is unknown color: approx Orient. HEX triplet: 15, 57 and 71. RGB value is (21,87,113). Sum of RGB (Red+Green+Blue) = 21+87+113=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #155771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155771 is #EAA88E. Grayscale: #464646. Windows color (decimal): -15378575 or 7427861. OLE color: 7427861.

HSL color Cylindrical-coordinate representation of color #155771: hue angle of 196.96º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #155771 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2187113-
CMYK0.810.2300.56
HSL196.96º68.66%26.27%-
HSV(B)196.96º81.42%44.31%-
XYZ6.78.1716.85-
YUV70.23152.1392.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.50%
GREEN value IS 87 (34.38% from 255) = 39.37%
BLUE value IS 113 (44.53% from 255) = 51.13%
R=9.50%
G=39.37%
B=51.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21871130.810.2300.56196.9668.6626.27
Hex1557715117038c5451a
Octal251271611212707030510532
Binary1010110101111110001101000110111011100011000101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155771; }

 p { color: rgb(21,87,113); }

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

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

 a { background-color: rgb(21,87,113); }

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

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

 span { border-color: rgb(21,87,113); }

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