#205564

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

Shades of Arapawa #205564

Tints of Arapawa #205564

Color information

#205564 (or 0x205564) is unknown color: approx Arapawa. HEX triplet: 20, 55 and 64. RGB value is (32,85,100). Sum of RGB (Red+Green+Blue) = 32+85+100=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 100 (39.45% from 255 or 46.08% from 217); Max value from RGB is 100 - color contains mainly: blue. Hex color #205564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205564 is #DFAA9B. Grayscale: #464646. Windows color (decimal): -14658204 or 6575392. OLE color: 6575392.

HSL color Cylindrical-coordinate representation of color #205564: hue angle of 193.24º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #205564 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3285100-
CMYK0.680.1500.61
HSL193.24º51.52%25.88%-
HSV(B)193.24º68%39.22%-
XYZ6.147.7213.22-
YUV70.86144.44100.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.75%
GREEN value IS 85 (33.59% from 255) = 39.17%
BLUE value IS 100 (39.45% from 255) = 46.08%
R=14.75%
G=39.17%
B=46.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal32851000.680.1500.61193.2451.5225.88
Hex20556444F03Dc1341a
Octal40125144104170753016432
Binary100000101010111001001000100111101111011100000111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205564; }

 p { color: rgb(32,85,100); }

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

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

 a { background-color: rgb(32,85,100); }

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

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

 span { border-color: rgb(32,85,100); }

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