#15506C

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

Shades of Orient #15506C

Tints of Orient #15506C

Color information

#15506C (or 0x15506C) is unknown color: approx Orient. HEX triplet: 15, 50 and 6C. RGB value is (21,80,108). Sum of RGB (Red+Green+Blue) = 21+80+108=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #15506C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15506C is #EAAF93. Grayscale: #414141. Windows color (decimal): -15380372 or 7098389. OLE color: 7098389.

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

Color convert

RGB2180108-
CMYK0.810.2600.58
HSL199.31º67.44%25.29%-
HSV(B)199.31º80.56%42.35%-
XYZ5.886.9815.22-
YUV65.55151.9596.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.05%
GREEN value IS 80 (31.64% from 255) = 38.28%
BLUE value IS 108 (42.58% from 255) = 51.67%
R=10.05%
G=38.28%
B=51.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21801080.810.2600.58199.3167.4425.29
Hex15506C511A03Ac74319
Octal251201541213207230710331
Binary1010110100001101100101000111010011101011000111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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