#205B69

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

Shades of Orient #205B69

Tints of Orient #205B69

Color information

#205B69 (or 0x205B69) is unknown color: approx Orient. HEX triplet: 20, 5B and 69. RGB value is (32,91,105). Sum of RGB (Red+Green+Blue) = 32+91+105=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 91 (35.94% from 255 or 39.91% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 105 - color contains mainly: blue. Hex color #205B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205B69 is #DFA496. Grayscale: #4A4A4A. Windows color (decimal): -14656663 or 6904608. OLE color: 6904608.

HSL color Cylindrical-coordinate representation of color #205B69: hue angle of 191.51º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #205B69 is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3291105-
CMYK0.700.1300.59
HSL191.51º53.28%26.86%-
HSV(B)191.51º69.52%41.18%-
XYZ6.898.8114.7-
YUV74.96144.9597.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.04%
GREEN value IS 91 (35.94% from 255) = 39.91%
BLUE value IS 105 (41.41% from 255) = 46.05%
R=14.04%
G=39.91%
B=46.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32911050.700.1300.59191.5153.2826.86
Hex205B6946D03Bc0351b
Octal40133151106150733006533
Binary100000101101111010011000110110101110111100000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,91,105); }

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

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

 a { background-color: rgb(32,91,105); }

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

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

 span { border-color: rgb(32,91,105); }

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