Html Css Color HEX #205D6A Orient

📋 copy color: '#205D6A'

red 32 ◦ green 93 ◦ blue 106

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

Shades of Orient #205D6A

Tints of Orient #205D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 45.89%

R = 13.85%
G = 40.26%
B = 45.89%

CMYK

 C value IS 0.70

 M value IS 0.12

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#205D6A (or 0x205D6A) is known color: Orient. HEX triplet: 20, 5D and 6A. RGB value is (32,93,106). Sum of RGB (Red+Green+Blue) = 32+93+106=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 106 - color contains mainly: blue. Hex color #205D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205D6A is #DFA295. Grayscale: #4C4C4C. Windows color (decimal): -14656150 or 6970656. OLE color: 6970656.

HSL color Cylindrical-coordinate representation of color #205D6A: hue angle of 190.54º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #205D6A is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 32 93 106 -
CMYK 0.70 0.12 0 0.58
HSL 190.54º 0.54% 0.27% -
HSV(B) 190.54º 0.7% 0.42% -
XYZ 7.11 9.18 15.03 -
YUV 76.24 144.79 96.44 -
System Red Green Blue C M Y K H S L
Decimal 32 93 106 0.70 0.12 0 0.58 190.54 0.54 0.27
Hex 20 5D 6A 46 C 0 3A BF 36 1B
Octal 40 135 152 106 14 0 72 277 66 33
Binary 100000 1011101 1101010 1000110 1100 0 111010 10111111 110110 11011

Color Harmonies of #205D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205D6A

Black with #205D6A

Text Example


Text Example

White with #205D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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