#15546C

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

Shades of Orient #15546C

Tints of Orient #15546C

Color information

#15546C (or 0x15546C) is unknown color: approx Orient. HEX triplet: 15, 54 and 6C. RGB value is (21,84,108). Sum of RGB (Red+Green+Blue) = 21+84+108=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #15546C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15546C is #EAAB93. Grayscale: #434343. Windows color (decimal): -15379348 or 7099413. OLE color: 7099413.

HSL color Cylindrical-coordinate representation of color #15546C: hue angle of 196.55º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15546C is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2184108-
CMYK0.810.2200.58
HSL196.55º67.44%25.29%-
HSV(B)196.55º80.56%42.35%-
XYZ6.197.5815.32-
YUV67.9150.6394.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.86%
GREEN value IS 84 (33.20% from 255) = 39.44%
BLUE value IS 108 (42.58% from 255) = 50.70%
R=9.86%
G=39.44%
B=50.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21841080.810.2200.58196.5567.4425.29
Hex15546C511603Ac54319
Octal251241541212607230510331
Binary1010110101001101100101000110110011101011000101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15546C; }

 p { color: rgb(21,84,108); }

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

<style>
 a { background-color: #15546C; }

 a { background-color: rgb(21,84,108); }

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

<style>
 span { border-color: #15546C; }

 span { border-color: rgb(21,84,108); }

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