#15506E

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

Shades of Orient #15506E

Tints of Orient #15506E

Color information

#15506E (or 0x15506E) is unknown color: approx Orient. HEX triplet: 15, 50 and 6E. RGB value is (21,80,110). Sum of RGB (Red+Green+Blue) = 21+80+110=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #15506E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15506E is #EAAF91. Grayscale: #414141. Windows color (decimal): -15380370 or 7229461. OLE color: 7229461.

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

Color convert

RGB2180110-
CMYK0.810.2700.57
HSL200.22º67.94%25.69%-
HSV(B)200.22º80.91%43.14%-
XYZ5.997.0215.79-
YUV65.78152.9596.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.95%
GREEN value IS 80 (31.64% from 255) = 37.91%
BLUE value IS 110 (43.36% from 255) = 52.13%
R=9.95%
G=37.91%
B=52.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21801100.810.2700.57200.2267.9425.69
Hex15506E511B039c8441a
Octal251201561213307131010432
Binary1010110100001101110101000111011011100111001000100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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