Html Css Color HEX #536982 Wedgewood

📋 copy color: '#536982'

red 83 ◦ green 105 ◦ blue 130

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

Shades of Wedgewood #536982

Tints of Wedgewood #536982

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.02%

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

R = 26.1%
G = 33.02%
B = 40.88%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#536982 (or 0x536982) is known color: Wedgewood. HEX triplet: 53, 69 and 82. RGB value is (83,105,130). Sum of RGB (Red+Green+Blue) = 83+105+130=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 130 - color contains mainly: blue. Hex color #536982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536982 is #AC967D. Grayscale: #656565. Windows color (decimal): -11310718 or 8546643. OLE color: 8546643.

HSL color Cylindrical-coordinate representation of color #536982: hue angle of 211.91º 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 #536982 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 105 130 -
CMYK 0.36 0.19 0 0.49
HSL 211.91º 0.22% 0.42% -
HSV(B) 211.91º 0.36% 0.51% -
XYZ 12.65 13.55 23.07 -
YUV 101.27 144.21 114.97 -
System Red Green Blue C M Y K H S L
Decimal 83 105 130 0.36 0.19 0 0.49 211.91 0.22 0.42
Hex 53 69 82 24 13 0 31 D4 16 2A
Octal 123 151 202 44 23 0 61 324 26 52
Binary 1010011 1101001 10000010 100100 10011 0 110001 11010100 10110 101010

Color Harmonies of #536982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536982

Black with #536982

Text Example


Text Example

White with #536982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536982; }

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

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

background-color css

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

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

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

border-color css

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

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

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