#15596D

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

Shades of Orient #15596D

Tints of Orient #15596D

Color information

#15596D (or 0x15596D) is unknown color: approx Orient. HEX triplet: 15, 59 and 6D. RGB value is (21,89,109). Sum of RGB (Red+Green+Blue) = 21+89+109=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #15596D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15596D is #EAA692. Grayscale: #464646. Windows color (decimal): -15378067 or 7166229. OLE color: 7166229.

HSL color Cylindrical-coordinate representation of color #15596D: hue angle of 193.64º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15596D is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2189109-
CMYK0.810.1800.57
HSL193.64º67.69%25.49%-
HSV(B)193.64º80.73%42.75%-
XYZ6.648.4115.74-
YUV70.95149.4792.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.59%
GREEN value IS 89 (35.16% from 255) = 40.64%
BLUE value IS 109 (42.97% from 255) = 49.77%
R=9.59%
G=40.64%
B=49.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21891090.810.1800.57193.6467.6925.49
Hex15596D5112039c24419
Octal251311551212207130210431
Binary1010110110011101101101000110010011100111000010100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15596D; }

 p { color: rgb(21,89,109); }

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

<style>
 a { background-color: #15596D; }

 a { background-color: rgb(21,89,109); }

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

<style>
 span { border-color: #15596D; }

 span { border-color: rgb(21,89,109); }

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