Html Css Color HEX #205571 Orient

📋 copy color: '#205571'

red 32 ◦ green 85 ◦ blue 113

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

Shades of Orient #205571

Tints of Orient #205571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 49.13%

R = 13.91%
G = 36.96%
B = 49.13%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#205571 (or 0x205571) is known color: Orient. HEX triplet: 20, 55 and 71. RGB value is (32,85,113). Sum of RGB (Red+Green+Blue) = 32+85+113=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #205571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205571 is #DFAA8E. Grayscale: #484848. Windows color (decimal): -14658191 or 7427360. OLE color: 7427360.

HSL color Cylindrical-coordinate representation of color #205571: hue angle of 200.74º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #205571 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 85 113 -
CMYK 0.72 0.25 0 0.56
HSL 200.74º 0.56% 0.28% -
HSV(B) 200.74º 0.72% 0.44% -
XYZ 6.82 8 16.81 -
YUV 72.35 150.94 99.22 -
System Red Green Blue C M Y K H S L
Decimal 32 85 113 0.72 0.25 0 0.56 200.74 0.56 0.28
Hex 20 55 71 48 19 0 38 C9 38 1C
Octal 40 125 161 110 31 0 70 311 70 34
Binary 100000 1010101 1110001 1001000 11001 0 111000 11001001 111000 11100

Color Harmonies of #205571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205571

Black with #205571

Text Example


Text Example

White with #205571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205571; }

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

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

background-color css

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

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

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

border-color css

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

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

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