Html Css Color HEX #536882 Wedgewood

📋 copy color: '#536882'

red 83 ◦ green 104 ◦ blue 130

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

Shades of Wedgewood #536882

Tints of Wedgewood #536882

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.81%

 BLUE value IS 130 (51.17% from 255) = 41.01%

R = 26.18%
G = 32.81%
B = 41.01%

CMYK

 C value IS 0.36

 M value IS 0.2

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#536882 (or 0x536882) is known color: Wedgewood. HEX triplet: 53, 68 and 82. RGB value is (83,104,130). Sum of RGB (Red+Green+Blue) = 83+104+130=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 130 - color contains mainly: blue. Hex color #536882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536882 is #AC977D. Grayscale: #646464. Windows color (decimal): -11310974 or 8546387. OLE color: 8546387.

HSL color Cylindrical-coordinate representation of color #536882: hue angle of 213.19º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #536882 is Cyan = 0.36, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 104 130 -
CMYK 0.36 0.2 0 0.49
HSL 213.19º 0.22% 0.42% -
HSV(B) 213.19º 0.36% 0.51% -
XYZ 12.55 13.35 23.03 -
YUV 100.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 83 104 130 0.36 0.2 0 0.49 213.19 0.22 0.42
Hex 53 68 82 24 14 0 31 D5 16 2A
Octal 123 150 202 44 24 0 61 325 26 52
Binary 1010011 1101000 10000010 100100 10100 0 110001 11010101 10110 101010

Color Harmonies of #536882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536882

Black with #536882

Text Example


Text Example

White with #536882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536882; }

 p { color: rgb(83,104,130); }

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

background-color css

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

 a { background-color: rgb(83,104,130); }

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

border-color css

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

 span { border-color: rgb(83,104,130); }

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