#536B7F

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

Shades of Wedgewood #536B7F

Tints of Wedgewood #536B7F

Color information

#536B7F (or 0x536B7F) is unknown color: approx Wedgewood. HEX triplet: 53, 6B and 7F. RGB value is (83,107,127). Sum of RGB (Red+Green+Blue) = 83+107+127=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 127 - color contains mainly: blue. Hex color #536B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536B7F is #AC9480. Grayscale: #666666. Windows color (decimal): -11310209 or 8350547. OLE color: 8350547.

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

Color convert

RGB83107127-
CMYK0.350.1600.50
HSL207.27º20.95%41.18%-
HSV(B)207.27º34.65%49.8%-
XYZ12.6613.8922.09-
YUV102.1142.05114.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.18%
GREEN value IS 107 (42.19% from 255) = 33.75%
BLUE value IS 127 (50% from 255) = 40.06%
R=26.18%
G=33.75%
B=40.06%

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
Decimal831071270.350.1600.50207.2720.9541.18
Hex536B7F2310032cf1529
Octal12315317743200623172551
Binary1010011110101111111111000111000001100101100111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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