Html Css Color HEX #536881 Wedgewood

📋 copy color: '#536881'

red 83 ◦ green 104 ◦ blue 129

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

Shades of Wedgewood #536881

Tints of Wedgewood #536881

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.91%

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

R = 26.27%
G = 32.91%
B = 40.82%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#536881 (or 0x536881) is known color: Wedgewood. HEX triplet: 53, 68 and 81. RGB value is (83,104,129). Sum of RGB (Red+Green+Blue) = 83+104+129=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 129 - color contains mainly: blue. Hex color #536881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536881 is #AC977E. Grayscale: #646464. Windows color (decimal): -11310975 or 8480851. OLE color: 8480851.

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

Color convert

RGB 83 104 129 -
CMYK 0.36 0.19 0 0.49
HSL 212.61º 0.22% 0.42% -
HSV(B) 212.61º 0.36% 0.51% -
XYZ 12.48 13.32 22.68 -
YUV 100.57 144.04 115.47 -
System Red Green Blue C M Y K H S L
Decimal 83 104 129 0.36 0.19 0 0.49 212.61 0.22 0.42
Hex 53 68 81 24 13 0 31 D5 16 2A
Octal 123 150 201 44 23 0 61 325 26 52
Binary 1010011 1101000 10000001 100100 10011 0 110001 11010101 10110 101010

Color Harmonies of #536881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536881

Black with #536881

Text Example


Text Example

White with #536881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536881; }

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

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

background-color css

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

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

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

border-color css

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

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

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