Html Css Color HEX #536680 Wedgewood

📋 copy color: '#536680'

red 83 ◦ green 102 ◦ blue 128

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

Shades of Wedgewood #536680

Tints of Wedgewood #536680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.59%

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

R = 26.52%
G = 32.59%
B = 40.89%

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

#536680 (or 0x536680) is known color: Wedgewood. HEX triplet: 53, 66 and 80. RGB value is (83,102,128). Sum of RGB (Red+Green+Blue) = 83+102+128=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 128 - color contains mainly: blue. Hex color #536680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536680 is #AC997F. Grayscale: #636363. Windows color (decimal): -11311488 or 8414803. OLE color: 8414803.

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

Color convert

RGB 83 102 128 -
CMYK 0.35 0.20 0 0.50
HSL 214.67º 0.21% 0.41% -
HSV(B) 214.67º 0.35% 0.5% -
XYZ 12.21 12.9 22.27 -
YUV 99.28 144.21 116.39 -
System Red Green Blue C M Y K H S L
Decimal 83 102 128 0.35 0.20 0 0.50 214.67 0.21 0.41
Hex 53 66 80 23 14 0 32 D7 15 29
Octal 123 146 200 43 24 0 62 327 25 51
Binary 1010011 1100110 10000000 100011 10100 0 110010 11010111 10101 101001

Color Harmonies of #536680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536680

Black with #536680

Text Example


Text Example

White with #536680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536680; }

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

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

background-color css

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

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

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

border-color css

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

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

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