Html Css Color HEX #205B77 Orient

📋 copy color: '#205B77'

red 32 ◦ green 91 ◦ blue 119

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

Shades of Orient #205B77

Tints of Orient #205B77

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.6%

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

R = 13.22%
G = 37.6%
B = 49.17%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#205B77 (or 0x205B77) is known color: Orient. HEX triplet: 20, 5B and 77. RGB value is (32,91,119). Sum of RGB (Red+Green+Blue) = 32+91+119=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #205B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205B77 is #DFA488. Grayscale: #4C4C4C. Windows color (decimal): -14656649 or 7822112. OLE color: 7822112.

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

Color convert

RGB 32 91 119 -
CMYK 0.73 0.24 0 0.53
HSL 199.31º 0.58% 0.3% -
HSV(B) 199.31º 0.73% 0.47% -
XYZ 7.67 9.12 18.81 -
YUV 76.55 151.95 96.22 -
System Red Green Blue C M Y K H S L
Decimal 32 91 119 0.73 0.24 0 0.53 199.31 0.58 0.3
Hex 20 5B 77 49 18 0 35 C7 3A 1E
Octal 40 133 167 111 30 0 65 307 72 36
Binary 100000 1011011 1110111 1001001 11000 0 110101 11000111 111010 11110

Color Harmonies of #205B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205B77

Black with #205B77

Text Example


Text Example

White with #205B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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