#536B80

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

Shades of Wedgewood #536B80

Tints of Wedgewood #536B80

Color information

#536B80 (or 0x536B80) is unknown color: approx Wedgewood. HEX triplet: 53, 6B and 80. RGB value is (83,107,128). Sum of RGB (Red+Green+Blue) = 83+107+128=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 128 - color contains mainly: blue. Hex color #536B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536B80 is #AC947F. Grayscale: #666666. Windows color (decimal): -11310208 or 8416083. OLE color: 8416083.

HSL color Cylindrical-coordinate representation of color #536B80: hue angle of 208º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #536B80 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB83107128-
CMYK0.350.1600.50
HSL208º21.33%41.37%-
HSV(B)208º35.16%50.2%-
XYZ12.7213.9122.44-
YUV102.22142.55114.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.10%
GREEN value IS 107 (42.19% from 255) = 33.65%
BLUE value IS 128 (50.39% from 255) = 40.25%
R=26.10%
G=33.65%
B=40.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal831071280.350.1600.5020821.3341.37
Hex536B802310032d01529
Octal12315320043200623202551
Binary10100111101011100000001000111000001100101101000010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536B80; }

 p { color: rgb(83,107,128); }

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

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

 a { background-color: rgb(83,107,128); }

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

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

 span { border-color: rgb(83,107,128); }

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