#155C76

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

Shades of Orient #155C76

Tints of Orient #155C76

Color information

#155C76 (or 0x155C76) is unknown color: approx Orient. HEX triplet: 15, 5C and 76. RGB value is (21,92,118). Sum of RGB (Red+Green+Blue) = 21+92+118=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #155C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C76 is #EAA389. Grayscale: #494949. Windows color (decimal): -15377290 or 7756821. OLE color: 7756821.

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

Color convert

RGB2192118-
CMYK0.820.2200.54
HSL196.08º69.78%27.25%-
HSV(B)196.08º82.2%46.27%-
XYZ7.419.1218.51-
YUV73.74152.9890.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.09%
GREEN value IS 92 (36.33% from 255) = 39.83%
BLUE value IS 118 (46.48% from 255) = 51.08%
R=9.09%
G=39.83%
B=51.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21921180.820.2200.54196.0869.7827.25
Hex155C765216036c4461b
Octal251341661222606630410633
Binary1010110111001110110101001010110011011011000100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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