Html Css Color HEX #205575 Orient

📋 copy color: '#205575'

red 32 ◦ green 85 ◦ blue 117

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

Shades of Orient #205575

Tints of Orient #205575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 50%

R = 13.68%
G = 36.32%
B = 50%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#205575 (or 0x205575) is known color: Orient. HEX triplet: 20, 55 and 75. RGB value is (32,85,117). Sum of RGB (Red+Green+Blue) = 32+85+117=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #205575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205575 is #DFAA8A. Grayscale: #484848. Windows color (decimal): -14658187 or 7689504. OLE color: 7689504.

HSL color Cylindrical-coordinate representation of color #205575: hue angle of 202.59º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #205575 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 85 117 -
CMYK 0.73 0.27 0 0.54
HSL 202.59º 0.57% 0.29% -
HSV(B) 202.59º 0.73% 0.46% -
XYZ 7.06 8.09 18.02 -
YUV 72.8 152.94 98.9 -
System Red Green Blue C M Y K H S L
Decimal 32 85 117 0.73 0.27 0 0.54 202.59 0.57 0.29
Hex 20 55 75 49 1B 0 36 CB 39 1D
Octal 40 125 165 111 33 0 66 313 71 35
Binary 100000 1010101 1110101 1001001 11011 0 110110 11001011 111001 11101

Color Harmonies of #205575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205575

Black with #205575

Text Example


Text Example

White with #205575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205575; }

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

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

background-color css

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

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

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

border-color css

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

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

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