#205876

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

Shades of Orient #205876

Tints of Orient #205876

Color information

#205876 (or 0x205876) is unknown color: approx Orient. HEX triplet: 20, 58 and 76. RGB value is (32,88,118). Sum of RGB (Red+Green+Blue) = 32+88+118=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #205876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205876 is #DFA789. Grayscale: #4A4A4A. Windows color (decimal): -14657418 or 7755808. OLE color: 7755808.

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

Color convert

RGB3288118-
CMYK0.730.2500.54
HSL200.93º57.33%29.41%-
HSV(B)200.93º72.88%46.27%-
XYZ7.368.5918.41-
YUV74.68152.4597.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.45%
GREEN value IS 88 (34.77% from 255) = 36.97%
BLUE value IS 118 (46.48% from 255) = 49.58%
R=13.45%
G=36.97%
B=49.58%

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
Decimal32881180.730.2500.54200.9357.3329.41
Hex2058764919036c9391d
Octal40130166111310663117135
Binary1000001011000111011010010011100101101101100100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205876; }

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

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

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

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

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

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

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

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