Html Css Color HEX #205577 Orient

📋 copy color: '#205577'

red 32 ◦ green 85 ◦ blue 119

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

Shades of Orient #205577

Tints of Orient #205577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 50.42%

R = 13.56%
G = 36.02%
B = 50.42%

CMYK

 C value IS 0.73

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#205577 (or 0x205577) is known color: Orient. HEX triplet: 20, 55 and 77. RGB value is (32,85,119). Sum of RGB (Red+Green+Blue) = 32+85+119=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #205577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205577 is #DFAA88. Grayscale: #484848. Windows color (decimal): -14658185 or 7820576. OLE color: 7820576.

HSL color Cylindrical-coordinate representation of color #205577: hue angle of 203.45º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #205577 is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 85 119 -
CMYK 0.73 0.29 0 0.53
HSL 203.45º 0.58% 0.3% -
HSV(B) 203.45º 0.73% 0.47% -
XYZ 7.17 8.14 18.65 -
YUV 73.03 153.94 98.74 -
System Red Green Blue C M Y K H S L
Decimal 32 85 119 0.73 0.29 0 0.53 203.45 0.58 0.3
Hex 20 55 77 49 1D 0 35 CB 3A 1E
Octal 40 125 167 111 35 0 65 313 72 36
Binary 100000 1010101 1110111 1001001 11101 0 110101 11001011 111010 11110

Color Harmonies of #205577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205577

Black with #205577

Text Example


Text Example

White with #205577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205577; }

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

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

background-color css

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

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

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

border-color css

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

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

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