#15576F

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

Shades of Orient #15576F

Tints of Orient #15576F

Color information

#15576F (or 0x15576F) is unknown color: approx Orient. HEX triplet: 15, 57 and 6F. RGB value is (21,87,111). Sum of RGB (Red+Green+Blue) = 21+87+111=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #15576F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15576F is #EAA890. Grayscale: #454545. Windows color (decimal): -15378577 or 7296789. OLE color: 7296789.

HSL color Cylindrical-coordinate representation of color #15576F: hue angle of 196º degrees, saturation: 0.68, 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 #15576F is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2187111-
CMYK0.810.2200.56
HSL196º68.18%25.88%-
HSV(B)196º81.08%43.53%-
XYZ6.598.1216.26-
YUV70151.1393.05-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.59%
GREEN value IS 87 (34.38% from 255) = 39.73%
BLUE value IS 111 (43.75% from 255) = 50.68%
R=9.59%
G=39.73%
B=50.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21871110.810.2200.5619668.1825.88
Hex15576F5116038c4441a
Octal251271571212607030410432
Binary1010110101111101111101000110110011100011000100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15576F; }

 p { color: rgb(21,87,111); }

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

<style>
 a { background-color: #15576F; }

 a { background-color: rgb(21,87,111); }

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

<style>
 span { border-color: #15576F; }

 span { border-color: rgb(21,87,111); }

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