#155B76

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

Shades of Orient #155B76

Tints of Orient #155B76

Color information

#155B76 (or 0x155B76) is unknown color: approx Orient. HEX triplet: 15, 5B and 76. RGB value is (21,91,118). Sum of RGB (Red+Green+Blue) = 21+91+118=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 91 (35.94% from 255 or 39.57% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #155B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155B76 is #EAA489. Grayscale: #484848. Windows color (decimal): -15377546 or 7756565. OLE color: 7756565.

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

Color convert

RGB2191118-
CMYK0.820.2300.54
HSL196.7º69.78%27.25%-
HSV(B)196.7º82.2%46.27%-
XYZ7.328.9518.48-
YUV73.15153.3190.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.13%
GREEN value IS 91 (35.94% from 255) = 39.57%
BLUE value IS 118 (46.48% from 255) = 51.30%
R=9.13%
G=39.57%
B=51.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21911180.820.2300.54196.769.7827.25
Hex155B765217036c5461b
Octal251331661222706630510633
Binary1010110110111110110101001010111011011011000101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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