Html Css Color HEX #536E80 Wedgewood

📋 copy color: '#536E80'

red 83 ◦ green 110 ◦ blue 128

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

Shades of Wedgewood #536E80

Tints of Wedgewood #536E80

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.27%

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

R = 25.86%
G = 34.27%
B = 39.88%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#536E80 (or 0x536E80) is known color: Wedgewood. HEX triplet: 53, 6E and 80. RGB value is (83,110,128). Sum of RGB (Red+Green+Blue) = 83+110+128=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 128 - color contains mainly: blue. Hex color #536E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536E80 is #AC917F. Grayscale: #676767. Windows color (decimal): -11309440 or 8416851. OLE color: 8416851.

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

Color convert

RGB 83 110 128 -
CMYK 0.35 0.14 0 0.50
HSL 204º 0.21% 0.41% -
HSV(B) 204º 0.35% 0.5% -
XYZ 13.04 14.55 22.54 -
YUV 103.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 83 110 128 0.35 0.14 0 0.50 204 0.21 0.41
Hex 53 6E 80 23 E 0 32 CC 15 29
Octal 123 156 200 43 16 0 62 314 25 51
Binary 1010011 1101110 10000000 100011 1110 0 110010 11001100 10101 101001

Color Harmonies of #536E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536E80

Black with #536E80

Text Example


Text Example

White with #536E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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