#155773

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

Shades of Orient #155773

Tints of Orient #155773

Color information

#155773 (or 0x155773) is unknown color: approx Orient. HEX triplet: 15, 57 and 73. RGB value is (21,87,115). Sum of RGB (Red+Green+Blue) = 21+87+115=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #155773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155773 is #EAA88C. Grayscale: #464646. Windows color (decimal): -15378573 or 7558933. OLE color: 7558933.

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

Color convert

RGB2187115-
CMYK0.820.2400.55
HSL197.87º69.12%26.67%-
HSV(B)197.87º81.74%45.1%-
XYZ6.818.2117.45-
YUV70.46153.1392.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.42%
GREEN value IS 87 (34.38% from 255) = 39.01%
BLUE value IS 115 (45.31% from 255) = 51.57%
R=9.42%
G=39.01%
B=51.57%

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
Decimal21871150.820.2400.55197.8769.1226.67
Hex1557735218037c6451b
Octal251271631223006730610533
Binary1010110101111110011101001011000011011111000110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155773; }

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

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

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

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

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

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

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

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