Html Css Color HEX #205563 Arapawa

📋 copy color: '#205563'

red 32 ◦ green 85 ◦ blue 99

#205563
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arapawa #205563

Tints of Arapawa #205563

RGB

 RED value IS 32 (12.89% from 255) = 14.81%

 GREEN value IS 85 (33.59% from 255) = 39.35%

 BLUE value IS 99 (39.06% from 255) = 45.83%

R = 14.81%
G = 39.35%
B = 45.83%

CMYK

 C value IS 0.68

 M value IS 0.14

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#205563 (or 0x205563) is known color: Arapawa. HEX triplet: 20, 55 and 63. RGB value is (32,85,99). Sum of RGB (Red+Green+Blue) = 32+85+99=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 99 - color contains mainly: blue. Hex color #205563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205563 is #DFAA9C. Grayscale: #464646. Windows color (decimal): -14658205 or 6509856. OLE color: 6509856.

HSL color Cylindrical-coordinate representation of color #205563: hue angle of 192.54º degrees, saturation: 0.51, 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 #205563 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 32 85 99 -
CMYK 0.68 0.14 0 0.61
HSL 192.54º 0.51% 0.26% -
HSV(B) 192.54º 0.68% 0.39% -
XYZ 6.1 7.7 12.97 -
YUV 70.75 143.94 100.36 -
System Red Green Blue C M Y K H S L
Decimal 32 85 99 0.68 0.14 0 0.61 192.54 0.51 0.26
Hex 20 55 63 44 E 0 3D C1 33 1A
Octal 40 125 143 104 16 0 75 301 63 32
Binary 100000 1010101 1100011 1000100 1110 0 111101 11000001 110011 11010

Color Harmonies of #205563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205563

Black with #205563

Text Example


Text Example

White with #205563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205563; }

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

 H1.HeaderClassName
 {
   color: #205563;
 }
 .AnyTagClassName
 {
   color: #205563;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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