#536679

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

Shades of Wedgewood #536679

Tints of Wedgewood #536679

Color information

#536679 (or 0x536679) is unknown color: approx Wedgewood. HEX triplet: 53, 66 and 79. RGB value is (83,102,121). Sum of RGB (Red+Green+Blue) = 83+102+121=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 121 - color contains mainly: blue. Hex color #536679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536679 is #AC9986. Grayscale: #626262. Windows color (decimal): -11311495 or 7956051. OLE color: 7956051.

HSL color Cylindrical-coordinate representation of color #536679: hue angle of 210º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #536679 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB83102121-
CMYK0.310.1600.53
HSL210º18.63%40%-
HSV(B)210º31.4%47.45%-
XYZ11.7712.7219.92-
YUV98.48140.71116.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.12%
GREEN value IS 102 (40.23% from 255) = 33.33%
BLUE value IS 121 (47.66% from 255) = 39.54%
R=27.12%
G=33.33%
B=39.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831021210.310.1600.5321018.6340
Hex5366791F10035d21328
Octal12314617137200653222350
Binary101001111001101111001111111000001101011101001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536679; }

 p { color: rgb(83,102,121); }

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

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

 a { background-color: rgb(83,102,121); }

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

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

 span { border-color: rgb(83,102,121); }

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