#205E6F

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

Shades of Orient #205E6F

Tints of Orient #205E6F

Color information

#205E6F (or 0x205E6F) is unknown color: approx Orient. HEX triplet: 20, 5E and 6F. RGB value is (32,94,111). Sum of RGB (Red+Green+Blue) = 32+94+111=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 111 - color contains mainly: blue. Hex color #205E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205E6F is #DFA190. Grayscale: #4D4D4D. Windows color (decimal): -14655889 or 7298592. OLE color: 7298592.

HSL color Cylindrical-coordinate representation of color #205E6F: hue angle of 192.91º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #205E6F is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3294111-
CMYK0.710.1500.56
HSL192.91º55.24%28.04%-
HSV(B)192.91º71.17%43.53%-
XYZ7.479.4616.47-
YUV77.4146.9695.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.50%
GREEN value IS 94 (37.11% from 255) = 39.66%
BLUE value IS 111 (43.75% from 255) = 46.84%
R=13.50%
G=39.66%
B=46.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32941110.710.1500.56192.9155.2428.04
Hex205E6F47F038c1371c
Octal40136157107170703016734
Binary100000101111011011111000111111101110001100000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,94,111); }

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

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

 a { background-color: rgb(32,94,111); }

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

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

 span { border-color: rgb(32,94,111); }

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