#536C88

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

Shades of Wedgewood #536C88

Tints of Wedgewood #536C88

Color information

#536C88 (or 0x536C88) is unknown color: approx Wedgewood. HEX triplet: 53, 6C and 88. RGB value is (83,108,136). Sum of RGB (Red+Green+Blue) = 83+108+136=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 136 - color contains mainly: blue. Hex color #536C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536C88 is #AC9377. Grayscale: #676767. Windows color (decimal): -11309944 or 8940627. OLE color: 8940627.

HSL color Cylindrical-coordinate representation of color #536C88: hue angle of 211.7º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #536C88 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB83108136-
CMYK0.390.2100.47
HSL211.7º24.2%42.94%-
HSV(B)211.7º38.97%53.33%-
XYZ13.3714.3425.36-
YUV103.72146.22113.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.38%
GREEN value IS 108 (42.58% from 255) = 33.03%
BLUE value IS 136 (53.52% from 255) = 41.59%
R=25.38%
G=33.03%
B=41.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831081360.390.2100.47211.724.242.94
Hex536C88271502Fd4182b
Octal12315421047250573243053
Binary10100111101100100010001001111010101011111101010011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,108,136); }

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

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

 a { background-color: rgb(83,108,136); }

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

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

 span { border-color: rgb(83,108,136); }

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