Html Css Color HEX #536A82 Wedgewood

📋 copy color: '#536A82'

red 83 ◦ green 106 ◦ blue 130

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

Shades of Wedgewood #536A82

Tints of Wedgewood #536A82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40.75%

R = 26.02%
G = 33.23%
B = 40.75%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#536A82 (or 0x536A82) is known color: Wedgewood. HEX triplet: 53, 6A and 82. RGB value is (83,106,130). Sum of RGB (Red+Green+Blue) = 83+106+130=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #536A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536A82 is #AC957D. Grayscale: #656565. Windows color (decimal): -11310462 or 8546899. OLE color: 8546899.

HSL color Cylindrical-coordinate representation of color #536A82: hue angle of 210.64º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #536A82 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 106 130 -
CMYK 0.36 0.18 0 0.49
HSL 210.64º 0.22% 0.42% -
HSV(B) 210.64º 0.36% 0.51% -
XYZ 12.75 13.76 23.1 -
YUV 101.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 83 106 130 0.36 0.18 0 0.49 210.64 0.22 0.42
Hex 53 6A 82 24 12 0 31 D3 16 2A
Octal 123 152 202 44 22 0 61 323 26 52
Binary 1010011 1101010 10000010 100100 10010 0 110001 11010011 10110 101010

Color Harmonies of #536A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536A82

Black with #536A82

Text Example


Text Example

White with #536A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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