#536E7F

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

Shades of Wedgewood #536E7F

Tints of Wedgewood #536E7F

Color information

#536E7F (or 0x536E7F) is unknown color: approx Wedgewood. HEX triplet: 53, 6E and 7F. RGB value is (83,110,127). Sum of RGB (Red+Green+Blue) = 83+110+127=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 127 - color contains mainly: blue. Hex color #536E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536E7F is #AC9180. Grayscale: #676767. Windows color (decimal): -11309441 or 8351315. OLE color: 8351315.

HSL color Cylindrical-coordinate representation of color #536E7F: hue angle of 203.18º 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 #536E7F is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB83110127-
CMYK0.350.1300.50
HSL203.18º20.95%41.18%-
HSV(B)203.18º34.65%49.8%-
XYZ12.9714.5222.2-
YUV103.86141.05113.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.94%
GREEN value IS 110 (43.36% from 255) = 34.38%
BLUE value IS 127 (50% from 255) = 39.69%
R=25.94%
G=34.38%
B=39.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal831101270.350.1300.50203.1820.9541.18
Hex536E7F23D032cb1529
Octal12315617743150623132551
Binary101001111011101111111100011110101100101100101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,110,127); }

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

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

 a { background-color: rgb(83,110,127); }

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

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

 span { border-color: rgb(83,110,127); }

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