#155D77

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

Shades of Orient #155D77

Tints of Orient #155D77

Color information

#155D77 (or 0x155D77) is unknown color: approx Orient. HEX triplet: 15, 5D and 77. RGB value is (21,93,119). Sum of RGB (Red+Green+Blue) = 21+93+119=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #155D77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155D77 is #EAA288. Grayscale: #4A4A4A. Windows color (decimal): -15377033 or 7822613. OLE color: 7822613.

HSL color Cylindrical-coordinate representation of color #155D77: hue angle of 195.92º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155D77 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2193119-
CMYK0.820.2200.53
HSL195.92º70%27.45%-
HSV(B)195.92º82.35%46.67%-
XYZ7.559.3218.85-
YUV74.44153.1589.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.01%
GREEN value IS 93 (36.72% from 255) = 39.91%
BLUE value IS 119 (46.88% from 255) = 51.07%
R=9.01%
G=39.91%
B=51.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21931190.820.2200.53195.927027.45
Hex155D775216035c4461b
Octal251351671222606530410633
Binary1010110111011110111101001010110011010111000100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,93,119); }

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

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

 a { background-color: rgb(21,93,119); }

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

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

 span { border-color: rgb(21,93,119); }

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