#155A71

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

Shades of Orient #155A71

Tints of Orient #155A71

Color information

#155A71 (or 0x155A71) is unknown color: approx Orient. HEX triplet: 15, 5A and 71. RGB value is (21,90,113). Sum of RGB (Red+Green+Blue) = 21+90+113=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #155A71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A71 is #EAA58E. Grayscale: #474747. Windows color (decimal): -15377807 or 7428629. OLE color: 7428629.

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

Color convert

RGB2190113-
CMYK0.810.2000.56
HSL195º68.66%26.27%-
HSV(B)195º81.42%44.31%-
XYZ6.958.6616.93-
YUV71.99151.1491.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.38%
GREEN value IS 90 (35.55% from 255) = 40.18%
BLUE value IS 113 (44.53% from 255) = 50.45%
R=9.38%
G=40.18%
B=50.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21901130.810.2000.5619568.6626.27
Hex155A715114038c3451a
Octal251321611212407030310532
Binary1010110110101110001101000110100011100011000011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155A71; }

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

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

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

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

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

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

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

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