#155772

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

Shades of Orient #155772

Tints of Orient #155772

Color information

#155772 (or 0x155772) is unknown color: approx Orient. HEX triplet: 15, 57 and 72. RGB value is (21,87,114). Sum of RGB (Red+Green+Blue) = 21+87+114=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #155772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155772 is #EAA88D. Grayscale: #464646. Windows color (decimal): -15378574 or 7493397. OLE color: 7493397.

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

Color convert

RGB2187114-
CMYK0.820.2400.55
HSL197.42º68.89%26.47%-
HSV(B)197.42º81.58%44.71%-
XYZ6.758.1917.14-
YUV70.34152.6392.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.46%
GREEN value IS 87 (34.38% from 255) = 39.19%
BLUE value IS 114 (44.92% from 255) = 51.35%
R=9.46%
G=39.19%
B=51.35%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21871140.820.2400.55197.4268.8926.47
Hex1557725218037c5451a
Octal251271621223006730510532
Binary1010110101111110010101001011000011011111000101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155772; }

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

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

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

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

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

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

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

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