#536678

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

Shades of Wedgewood #536678

Tints of Wedgewood #536678

Color information

#536678 (or 0x536678) is unknown color: approx Wedgewood. HEX triplet: 53, 66 and 78. RGB value is (83,102,120). Sum of RGB (Red+Green+Blue) = 83+102+120=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 120 - color contains mainly: blue. Hex color #536678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536678 is #AC9987. Grayscale: #626262. Windows color (decimal): -11311496 or 7890515. OLE color: 7890515.

HSL color Cylindrical-coordinate representation of color #536678: hue angle of 209.19º degrees, saturation: 0.18, 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 #536678 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB83102120-
CMYK0.310.1500.53
HSL209.19º18.23%39.8%-
HSV(B)209.19º30.83%47.06%-
XYZ11.7112.719.6-
YUV98.37140.21117.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.21%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 120 (47.27% from 255) = 39.34%
R=27.21%
G=33.44%
B=39.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831021200.310.1500.53209.1918.2339.8
Hex5366781FF035d11228
Octal12314617037170653212250
Binary10100111100110111100011111111101101011101000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536678; }

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

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

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

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

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

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

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

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