Html Css Color HEX #536E87 Wedgewood

📋 copy color: '#536E87'

red 83 ◦ green 110 ◦ blue 135

#536E87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wedgewood #536E87

Tints of Wedgewood #536E87

RGB

 RED value IS 83 (32.81% from 255) = 25.3%

 GREEN value IS 110 (43.36% from 255) = 33.54%

 BLUE value IS 135 (53.13% from 255) = 41.16%

R = 25.3%
G = 33.54%
B = 41.16%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#536E87 (or 0x536E87) is known color: Wedgewood. HEX triplet: 53, 6E and 87. RGB value is (83,110,135). Sum of RGB (Red+Green+Blue) = 83+110+135=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 135 - color contains mainly: blue. Hex color #536E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536E87 is #AC9178. Grayscale: #686868. Windows color (decimal): -11309433 or 8875603. OLE color: 8875603.

HSL color Cylindrical-coordinate representation of color #536E87: hue angle of 208.85º 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 #536E87 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 110 135 -
CMYK 0.39 0.19 0 0.47
HSL 208.85º 0.24% 0.43% -
HSV(B) 208.85º 0.39% 0.53% -
XYZ 13.52 14.74 25.05 -
YUV 104.78 145.05 112.47 -
System Red Green Blue C M Y K H S L
Decimal 83 110 135 0.39 0.19 0 0.47 208.85 0.24 0.43
Hex 53 6E 87 27 13 0 2F D1 18 2B
Octal 123 156 207 47 23 0 57 321 30 53
Binary 1010011 1101110 10000111 100111 10011 0 101111 11010001 11000 101011

Color Harmonies of #536E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536E87

Black with #536E87

Text Example


Text Example

White with #536E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #536E87;
 }
 .AnyTagClassName
 {
   color: #536E87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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