Html Css Color HEX #536D80 Wedgewood

📋 copy color: '#536D80'

red 83 ◦ green 109 ◦ blue 128

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

Shades of Wedgewood #536D80

Tints of Wedgewood #536D80

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.06%

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

R = 25.94%
G = 34.06%
B = 40%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#536D80 (or 0x536D80) is known color: Wedgewood. HEX triplet: 53, 6D and 80. RGB value is (83,109,128). Sum of RGB (Red+Green+Blue) = 83+109+128=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 128 - color contains mainly: blue. Hex color #536D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536D80 is #AC927F. Grayscale: #676767. Windows color (decimal): -11309696 or 8416595. OLE color: 8416595.

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

Color convert

RGB 83 109 128 -
CMYK 0.35 0.15 0 0.50
HSL 205.33º 0.21% 0.41% -
HSV(B) 205.33º 0.35% 0.5% -
XYZ 12.93 14.33 22.51 -
YUV 103.39 141.89 113.46 -
System Red Green Blue C M Y K H S L
Decimal 83 109 128 0.35 0.15 0 0.50 205.33 0.21 0.41
Hex 53 6D 80 23 F 0 32 CD 15 29
Octal 123 155 200 43 17 0 62 315 25 51
Binary 1010011 1101101 10000000 100011 1111 0 110010 11001101 10101 101001

Color Harmonies of #536D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536D80

Black with #536D80

Text Example


Text Example

White with #536D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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