Html Css Color HEX #536781 Wedgewood

📋 copy color: '#536781'

red 83 ◦ green 103 ◦ blue 129

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

Shades of Wedgewood #536781

Tints of Wedgewood #536781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.95%

R = 26.35%
G = 32.7%
B = 40.95%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#536781 (or 0x536781) is known color: Wedgewood. HEX triplet: 53, 67 and 81. RGB value is (83,103,129). Sum of RGB (Red+Green+Blue) = 83+103+129=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 129 - color contains mainly: blue. Hex color #536781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536781 is #AC987E. Grayscale: #636363. Windows color (decimal): -11311231 or 8480595. OLE color: 8480595.

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

Color convert

RGB 83 103 129 -
CMYK 0.36 0.20 0 0.49
HSL 213.91º 0.22% 0.42% -
HSV(B) 213.91º 0.36% 0.51% -
XYZ 12.38 13.12 22.65 -
YUV 99.98 144.37 115.89 -
System Red Green Blue C M Y K H S L
Decimal 83 103 129 0.36 0.20 0 0.49 213.91 0.22 0.42
Hex 53 67 81 24 14 0 31 D6 16 2A
Octal 123 147 201 44 24 0 61 326 26 52
Binary 1010011 1100111 10000001 100100 10100 0 110001 11010110 10110 101010

Color Harmonies of #536781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536781

Black with #536781

Text Example


Text Example

White with #536781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536781; }

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

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

background-color css

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

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

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

border-color css

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

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

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