Html Css Color HEX #536782 Wedgewood

📋 copy color: '#536782'

red 83 ◦ green 103 ◦ blue 130

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

Shades of Wedgewood #536782

Tints of Wedgewood #536782

RGB

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

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

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

R = 26.27%
G = 32.59%
B = 41.14%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#536782 (or 0x536782) is known color: Wedgewood. HEX triplet: 53, 67 and 82. RGB value is (83,103,130). Sum of RGB (Red+Green+Blue) = 83+103+130=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 130 - color contains mainly: blue. Hex color #536782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536782 is #AC987D. Grayscale: #636363. Windows color (decimal): -11311230 or 8546131. OLE color: 8546131.

HSL color Cylindrical-coordinate representation of color #536782: hue angle of 214.47º 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 #536782 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 103 130 -
CMYK 0.36 0.21 0 0.49
HSL 214.47º 0.22% 0.42% -
HSV(B) 214.47º 0.36% 0.51% -
XYZ 12.45 13.15 23 -
YUV 100.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 83 103 130 0.36 0.21 0 0.49 214.47 0.22 0.42
Hex 53 67 82 24 15 0 31 D6 16 2A
Octal 123 147 202 44 25 0 61 326 26 52
Binary 1010011 1100111 10000010 100100 10101 0 110001 11010110 10110 101010

Color Harmonies of #536782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536782

Black with #536782

Text Example


Text Example

White with #536782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536782; }

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

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

background-color css

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

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

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

border-color css

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

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

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