#205875

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

Shades of Orient #205875

Tints of Orient #205875

Color information

#205875 (or 0x205875) is unknown color: approx Orient. HEX triplet: 20, 58 and 75. RGB value is (32,88,117). Sum of RGB (Red+Green+Blue) = 32+88+117=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #205875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205875 is #DFA78A. Grayscale: #4A4A4A. Windows color (decimal): -14657419 or 7690272. OLE color: 7690272.

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

Color convert

RGB3288117-
CMYK0.730.2500.54
HSL200.47º57.05%29.22%-
HSV(B)200.47º72.65%45.88%-
XYZ7.38.5718.1-
YUV74.56151.9597.64-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.50%
GREEN value IS 88 (34.77% from 255) = 37.13%
BLUE value IS 117 (46.09% from 255) = 49.37%
R=13.50%
G=37.13%
B=49.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32881170.730.2500.54200.4757.0529.22
Hex2058754919036c8391d
Octal40130165111310663107135
Binary1000001011000111010110010011100101101101100100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205875; }

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

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

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

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

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

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

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

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