Html Css Color HEX #536A80 Wedgewood

📋 copy color: '#536A80'

red 83 ◦ green 106 ◦ blue 128

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

Shades of Wedgewood #536A80

Tints of Wedgewood #536A80

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.44%

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

R = 26.18%
G = 33.44%
B = 40.38%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#536A80 (or 0x536A80) is known color: Wedgewood. HEX triplet: 53, 6A and 80. RGB value is (83,106,128). Sum of RGB (Red+Green+Blue) = 83+106+128=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 128 - color contains mainly: blue. Hex color #536A80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536A80 is #AC957F. Grayscale: #656565. Windows color (decimal): -11310464 or 8415827. OLE color: 8415827.

HSL color Cylindrical-coordinate representation of color #536A80: hue angle of 209.33º 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 #536A80 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 106 128 -
CMYK 0.35 0.17 0 0.50
HSL 209.33º 0.21% 0.41% -
HSV(B) 209.33º 0.35% 0.5% -
XYZ 12.62 13.71 22.4 -
YUV 101.63 142.88 114.71 -
System Red Green Blue C M Y K H S L
Decimal 83 106 128 0.35 0.17 0 0.50 209.33 0.21 0.41
Hex 53 6A 80 23 11 0 32 D1 15 29
Octal 123 152 200 43 21 0 62 321 25 51
Binary 1010011 1101010 10000000 100011 10001 0 110010 11010001 10101 101001

Color Harmonies of #536A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536A80

Black with #536A80

Text Example


Text Example

White with #536A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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