Html Css Color HEX #205D73 Orient

📋 copy color: '#205D73'

red 32 ◦ green 93 ◦ blue 115

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

Shades of Orient #205D73

Tints of Orient #205D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 47.92%

R = 13.33%
G = 38.75%
B = 47.92%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#205D73 (or 0x205D73) is known color: Orient. HEX triplet: 20, 5D and 73. RGB value is (32,93,115). Sum of RGB (Red+Green+Blue) = 32+93+115=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #205D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205D73 is #DFA28C. Grayscale: #4D4D4D. Windows color (decimal): -14656141 or 7560480. OLE color: 7560480.

HSL color Cylindrical-coordinate representation of color #205D73: hue angle of 195.9º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #205D73 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 93 115 -
CMYK 0.72 0.19 0 0.55
HSL 195.9º 0.56% 0.29% -
HSV(B) 195.9º 0.72% 0.45% -
XYZ 7.6 9.37 17.63 -
YUV 77.27 149.29 95.71 -
System Red Green Blue C M Y K H S L
Decimal 32 93 115 0.72 0.19 0 0.55 195.9 0.56 0.29
Hex 20 5D 73 48 13 0 37 C4 38 1D
Octal 40 135 163 110 23 0 67 304 70 35
Binary 100000 1011101 1110011 1001000 10011 0 110111 11000100 111000 11101

Color Harmonies of #205D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205D73

Black with #205D73

Text Example


Text Example

White with #205D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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