#155371

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

Shades of Orient #155371

Tints of Orient #155371

Color information

#155371 (or 0x155371) is unknown color: approx Orient. HEX triplet: 15, 53 and 71. RGB value is (21,83,113). Sum of RGB (Red+Green+Blue) = 21+83+113=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #155371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155371 is #EAAC8E. Grayscale: #434343. Windows color (decimal): -15379599 or 7426837. OLE color: 7426837.

HSL color Cylindrical-coordinate representation of color #155371: hue angle of 199.57º 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 #155371 is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2183113-
CMYK0.810.2700.56
HSL199.57º68.66%26.27%-
HSV(B)199.57º81.42%44.31%-
XYZ6.387.5416.74-
YUV67.88153.4694.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.68%
GREEN value IS 83 (32.81% from 255) = 38.25%
BLUE value IS 113 (44.53% from 255) = 52.07%
R=9.68%
G=38.25%
B=52.07%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21831130.810.2700.56199.5768.6626.27
Hex155371511B038c8451a
Octal251231611213307031010532
Binary1010110100111110001101000111011011100011001000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155371; }

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

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

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

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

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

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

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

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