#205561

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

Shades of Arapawa #205561

Tints of Arapawa #205561

Color information

#205561 (or 0x205561) is unknown color: approx Arapawa. HEX triplet: 20, 55 and 61. RGB value is (32,85,97). Sum of RGB (Red+Green+Blue) = 32+85+97=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 97 - color contains mainly: blue. Hex color #205561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205561 is #DFAA9E. Grayscale: #464646. Windows color (decimal): -14658207 or 6378784. OLE color: 6378784.

HSL color Cylindrical-coordinate representation of color #205561: hue angle of 191.08º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #205561 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB328597-
CMYK0.670.1200.62
HSL191.08º50.39%25.29%-
HSV(B)191.08º67.01%38.04%-
XYZ67.6712.47-
YUV70.52142.94100.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.95%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 97 (38.28% from 255) = 45.33%
R=14.95%
G=39.72%
B=45.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3285970.670.1200.62191.0850.3925.29
Hex20556143C03Ebf3219
Octal40125141103140762776231
Binary100000101010111000011000011110001111101011111111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205561; }

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

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

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

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

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

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

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

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