Html Css Color HEX #205D77 Orient

📋 copy color: '#205D77'

red 32 ◦ green 93 ◦ blue 119

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

Shades of Orient #205D77

Tints of Orient #205D77

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.11%

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

R = 13.11%
G = 38.11%
B = 48.77%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#205D77 (or 0x205D77) is known color: Orient. HEX triplet: 20, 5D and 77. RGB value is (32,93,119). Sum of RGB (Red+Green+Blue) = 32+93+119=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #205D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205D77 is #DFA288. Grayscale: #4D4D4D. Windows color (decimal): -14656137 or 7822624. OLE color: 7822624.

HSL color Cylindrical-coordinate representation of color #205D77: hue angle of 197.93º 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 #205D77 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 93 119 -
CMYK 0.73 0.22 0 0.53
HSL 197.93º 0.58% 0.3% -
HSV(B) 197.93º 0.73% 0.47% -
XYZ 7.84 9.47 18.87 -
YUV 77.73 151.29 95.39 -
System Red Green Blue C M Y K H S L
Decimal 32 93 119 0.73 0.22 0 0.53 197.93 0.58 0.3
Hex 20 5D 77 49 16 0 35 C6 3A 1E
Octal 40 135 167 111 26 0 65 306 72 36
Binary 100000 1011101 1110111 1001001 10110 0 110101 11000110 111010 11110

Color Harmonies of #205D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205D77

Black with #205D77

Text Example


Text Example

White with #205D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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