#155B77

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

Shades of Orient #155B77

Tints of Orient #155B77

Color information

#155B77 (or 0x155B77) is unknown color: approx Orient. HEX triplet: 15, 5B and 77. RGB value is (21,91,119). Sum of RGB (Red+Green+Blue) = 21+91+119=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 91 (35.94% from 255 or 39.39% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #155B77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155B77 is #EAA488. Grayscale: #494949. Windows color (decimal): -15377545 or 7822101. OLE color: 7822101.

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

Color convert

RGB2191119-
CMYK0.820.2400.53
HSL197.14º70%27.45%-
HSV(B)197.14º82.35%46.67%-
XYZ7.388.9718.8-
YUV73.26153.8190.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.09%
GREEN value IS 91 (35.94% from 255) = 39.39%
BLUE value IS 119 (46.88% from 255) = 51.52%
R=9.09%
G=39.39%
B=51.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21911190.820.2400.53197.147027.45
Hex155B775218035c5461b
Octal251331671223006530510633
Binary1010110110111110111101001011000011010111000101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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