Html Css Color HEX #536780 Wedgewood

📋 copy color: '#536780'

red 83 ◦ green 103 ◦ blue 128

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

Shades of Wedgewood #536780

Tints of Wedgewood #536780

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.8%

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

R = 26.43%
G = 32.8%
B = 40.76%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#536780 (or 0x536780) is known color: Wedgewood. HEX triplet: 53, 67 and 80. RGB value is (83,103,128). Sum of RGB (Red+Green+Blue) = 83+103+128=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 128 - color contains mainly: blue. Hex color #536780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536780 is #AC987F. Grayscale: #636363. Windows color (decimal): -11311232 or 8415059. OLE color: 8415059.

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

Color convert

RGB 83 103 128 -
CMYK 0.35 0.20 0 0.50
HSL 213.33º 0.21% 0.41% -
HSV(B) 213.33º 0.35% 0.5% -
XYZ 12.31 13.1 22.3 -
YUV 99.87 143.87 115.97 -
System Red Green Blue C M Y K H S L
Decimal 83 103 128 0.35 0.20 0 0.50 213.33 0.21 0.41
Hex 53 67 80 23 14 0 32 D5 15 29
Octal 123 147 200 43 24 0 62 325 25 51
Binary 1010011 1100111 10000000 100011 10100 0 110010 11010101 10101 101001

Color Harmonies of #536780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536780

Black with #536780

Text Example


Text Example

White with #536780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536780; }

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

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

background-color css

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

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

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

border-color css

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

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

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