#536B7C

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

Shades of Wedgewood #536B7C

Tints of Wedgewood #536B7C

Color information

#536B7C (or 0x536B7C) is unknown color: approx Wedgewood. HEX triplet: 53, 6B and 7C. RGB value is (83,107,124). Sum of RGB (Red+Green+Blue) = 83+107+124=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #536B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536B7C is #AC9483. Grayscale: #656565. Windows color (decimal): -11310212 or 8153939. OLE color: 8153939.

HSL color Cylindrical-coordinate representation of color #536B7C: hue angle of 204.88º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #536B7C is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB83107124-
CMYK0.330.1400.51
HSL204.88º19.81%40.59%-
HSV(B)204.88º33.06%48.63%-
XYZ12.4613.8121.08-
YUV101.76140.55114.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.43%
GREEN value IS 107 (42.19% from 255) = 34.08%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=26.43%
G=34.08%
B=39.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal831071240.330.1400.51204.8819.8140.59
Hex536B7C21E033cd1429
Octal12315317441160633152451
Binary101001111010111111100100001111001100111100110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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