Html Css Color HEX #536980 Wedgewood

📋 copy color: '#536980'

red 83 ◦ green 105 ◦ blue 128

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

Shades of Wedgewood #536980

Tints of Wedgewood #536980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.51%

R = 26.27%
G = 33.23%
B = 40.51%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#536980 (or 0x536980) is known color: Wedgewood. HEX triplet: 53, 69 and 80. RGB value is (83,105,128). Sum of RGB (Red+Green+Blue) = 83+105+128=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 128 - color contains mainly: blue. Hex color #536980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536980 is #AC967F. Grayscale: #646464. Windows color (decimal): -11310720 or 8415571. OLE color: 8415571.

HSL color Cylindrical-coordinate representation of color #536980: hue angle of 210.67º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #536980 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 105 128 -
CMYK 0.35 0.18 0 0.50
HSL 210.67º 0.21% 0.41% -
HSV(B) 210.67º 0.35% 0.5% -
XYZ 12.52 13.5 22.37 -
YUV 101.04 143.21 115.13 -
System Red Green Blue C M Y K H S L
Decimal 83 105 128 0.35 0.18 0 0.50 210.67 0.21 0.41
Hex 53 69 80 23 12 0 32 D3 15 29
Octal 123 151 200 43 22 0 62 323 25 51
Binary 1010011 1101001 10000000 100011 10010 0 110010 11010011 10101 101001

Color Harmonies of #536980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536980

Black with #536980

Text Example


Text Example

White with #536980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536980; }

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

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

background-color css

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

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

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

border-color css

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

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

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