#15664E

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

Shades of Jewel #15664E

Tints of Jewel #15664E

Color information

#15664E (or 0x15664E) is unknown color: approx Jewel. HEX triplet: 15, 66 and 4E. RGB value is (21,102,78). Sum of RGB (Red+Green+Blue) = 21+102+78=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 102 (40.23% from 255 or 50.75% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 102 - color contains mainly: green. Hex color #15664E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15664E is #EA99B1. Grayscale: #4B4B4B. Windows color (decimal): -15374770 or 5137941. OLE color: 5137941.

HSL color Cylindrical-coordinate representation of color #15664E: hue angle of 162.22º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15664E is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB2110278-
CMYK0.7900.240.6
HSL162.22º65.85%24.12%-
HSV(B)162.22º79.41%40%-
XYZ6.4410.218.84-
YUV75.04129.6689.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.45%
GREEN value IS 102 (40.23% from 255) = 50.75%
BLUE value IS 78 (30.86% from 255) = 38.81%
R=10.45%
G=50.75%
B=38.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21102780.7900.240.6162.2265.8524.12
Hex15664E4F0183Ca24218
Octal251461161170307424210230
Binary1010111001101001110100111101100011110010100010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,102,78); }

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

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

 a { background-color: rgb(21,102,78); }

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

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

 span { border-color: rgb(21,102,78); }

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