#21564D

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

Shades of Evening Sea #21564D

Tints of Evening Sea #21564D

Color information

#21564D (or 0x21564D) is unknown color: approx Evening Sea. HEX triplet: 21, 56 and 4D. RGB value is (33,86,77). Sum of RGB (Red+Green+Blue) = 33+86+77=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 86 - color contains mainly: green. Hex color #21564D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21564D is #DEA9B2. Grayscale: #454545. Windows color (decimal): -14592435 or 5068321. OLE color: 5068321.

HSL color Cylindrical-coordinate representation of color #21564D: hue angle of 169.81º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #21564D is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB338677-
CMYK0.6200.100.66
HSL169.81º44.54%23.33%-
HSV(B)169.81º61.63%33.73%-
XYZ5.297.518.19-
YUV69.13132.44102.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.84%
GREEN value IS 86 (33.98% from 255) = 43.88%
BLUE value IS 77 (30.47% from 255) = 39.29%
R=16.84%
G=43.88%
B=39.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3386770.6200.100.66169.8144.5423.33
Hex21564D3E0A42aa2d17
Octal41126115760121022525527
Binary100001101011010011011111100101010000101010101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,86,77); }

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

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

 a { background-color: rgb(33,86,77); }

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

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

 span { border-color: rgb(33,86,77); }

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