#205562

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

Shades of Arapawa #205562

Tints of Arapawa #205562

Color information

#205562 (or 0x205562) is unknown color: approx Arapawa. HEX triplet: 20, 55 and 62. RGB value is (32,85,98). Sum of RGB (Red+Green+Blue) = 32+85+98=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #205562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205562 is #DFAA9D. Grayscale: #464646. Windows color (decimal): -14658206 or 6444320. OLE color: 6444320.

HSL color Cylindrical-coordinate representation of color #205562: hue angle of 191.82º degrees, saturation: 0.51, 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 #205562 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB328598-
CMYK0.670.1300.62
HSL191.82º50.77%25.49%-
HSV(B)191.82º67.35%38.43%-
XYZ6.057.6912.72-
YUV70.63143.44100.44-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.88%
GREEN value IS 85 (33.59% from 255) = 39.53%
BLUE value IS 98 (38.67% from 255) = 45.58%
R=14.88%
G=39.53%
B=45.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3285980.670.1300.62191.8250.7725.49
Hex20556243D03Ec03319
Octal40125142103150763006331
Binary100000101010111000101000011110101111101100000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205562; }

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

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

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

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

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

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

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

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