Html Css Color HEX #205570 Orient

📋 copy color: '#205570'

red 32 ◦ green 85 ◦ blue 112

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

Shades of Orient #205570

Tints of Orient #205570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 48.91%

R = 13.97%
G = 37.12%
B = 48.91%

CMYK

 C value IS 0.71

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#205570 (or 0x205570) is known color: Orient. HEX triplet: 20, 55 and 70. RGB value is (32,85,112). Sum of RGB (Red+Green+Blue) = 32+85+112=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #205570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205570 is #DFAA8F. Grayscale: #484848. Windows color (decimal): -14658192 or 7361824. OLE color: 7361824.

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

Color convert

RGB 32 85 112 -
CMYK 0.71 0.24 0 0.56
HSL 200.25º 0.56% 0.28% -
HSV(B) 200.25º 0.71% 0.44% -
XYZ 6.77 7.97 16.51 -
YUV 72.23 150.44 99.3 -
System Red Green Blue C M Y K H S L
Decimal 32 85 112 0.71 0.24 0 0.56 200.25 0.56 0.28
Hex 20 55 70 47 18 0 38 C8 38 1C
Octal 40 125 160 107 30 0 70 310 70 34
Binary 100000 1010101 1110000 1000111 11000 0 111000 11001000 111000 11100

Color Harmonies of #205570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205570

Black with #205570

Text Example


Text Example

White with #205570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205570; }

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

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

background-color css

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

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

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

border-color css

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

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

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