#205C69

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

Shades of Orient #205C69

Tints of Orient #205C69

Color information

#205C69 (or 0x205C69) is unknown color: approx Orient. HEX triplet: 20, 5C and 69. RGB value is (32,92,105). Sum of RGB (Red+Green+Blue) = 32+92+105=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #205C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205C69 is #DFA396. Grayscale: #4B4B4B. Windows color (decimal): -14656407 or 6904864. OLE color: 6904864.

HSL color Cylindrical-coordinate representation of color #205C69: hue angle of 190.68º 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 #205C69 is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3292105-
CMYK0.700.1200.59
HSL190.68º53.28%26.86%-
HSV(B)190.68º69.52%41.18%-
XYZ6.978.9814.73-
YUV75.54144.6296.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.97%
GREEN value IS 92 (36.33% from 255) = 40.17%
BLUE value IS 105 (41.41% from 255) = 45.85%
R=13.97%
G=40.17%
B=45.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32921050.700.1200.59190.6853.2826.86
Hex205C6946C03Bbf351b
Octal40134151106140732776533
Binary100000101110011010011000110110001110111011111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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