#205F75

Color #205F75 Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #205F75

Tints of Orient #205F75

Color information

#205F75 (or 0x205F75) is unknown color: approx Orient. HEX triplet: 20, 5F and 75. RGB value is (32,95,117). Sum of RGB (Red+Green+Blue) = 32+95+117=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #205F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205F75 is #DFA08A. Grayscale: #4E4E4E. Windows color (decimal): -14655627 or 7692064. OLE color: 7692064.

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

Color convert

RGB3295117-
CMYK0.730.1900.54
HSL195.53º57.05%29.22%-
HSV(B)195.53º72.65%45.88%-
XYZ7.99.7818.3-
YUV78.67149.6394.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.11%
GREEN value IS 95 (37.5% from 255) = 38.93%
BLUE value IS 117 (46.09% from 255) = 47.95%
R=13.11%
G=38.93%
B=47.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32951170.730.1900.54195.5357.0529.22
Hex205F754913036c4391d
Octal40137165111230663047135
Binary1000001011111111010110010011001101101101100010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #205F75;
 }
 .AnyTagClassName
 {
   color: #205F75;
 }
</style>
background-color css

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

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

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

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

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

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