#15566C

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

Shades of Orient #15566C

Tints of Orient #15566C

Color information

#15566C (or 0x15566C) is unknown color: approx Orient. HEX triplet: 15, 56 and 6C. RGB value is (21,86,108). Sum of RGB (Red+Green+Blue) = 21+86+108=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #15566C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15566C is #EAA993. Grayscale: #444444. Windows color (decimal): -15378836 or 7099925. OLE color: 7099925.

HSL color Cylindrical-coordinate representation of color #15566C: hue angle of 195.17º 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 #15566C is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2186108-
CMYK0.810.2000.58
HSL195.17º67.44%25.29%-
HSV(B)195.17º80.56%42.35%-
XYZ6.347.915.38-
YUV69.07149.9793.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.77%
GREEN value IS 86 (33.98% from 255) = 40%
BLUE value IS 108 (42.58% from 255) = 50.23%
R=9.77%
G=40%
B=50.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21861080.810.2000.58195.1767.4425.29
Hex15566C511403Ac34319
Octal251261541212407230310331
Binary1010110101101101100101000110100011101011000011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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