Html Css Color HEX #536B81 Wedgewood

📋 copy color: '#536B81'

red 83 ◦ green 107 ◦ blue 129

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

Shades of Wedgewood #536B81

Tints of Wedgewood #536B81

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.54%

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

R = 26.02%
G = 33.54%
B = 40.44%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#536B81 (or 0x536B81) is known color: Wedgewood. HEX triplet: 53, 6B and 81. RGB value is (83,107,129). Sum of RGB (Red+Green+Blue) = 83+107+129=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 129 - color contains mainly: blue. Hex color #536B81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536B81 is #AC947E. Grayscale: #666666. Windows color (decimal): -11310207 or 8481619. OLE color: 8481619.

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

Color convert

RGB 83 107 129 -
CMYK 0.36 0.17 0 0.49
HSL 208.7º 0.22% 0.42% -
HSV(B) 208.7º 0.36% 0.51% -
XYZ 12.79 13.94 22.79 -
YUV 102.33 143.05 114.21 -
System Red Green Blue C M Y K H S L
Decimal 83 107 129 0.36 0.17 0 0.49 208.7 0.22 0.42
Hex 53 6B 81 24 11 0 31 D1 16 2A
Octal 123 153 201 44 21 0 61 321 26 52
Binary 1010011 1101011 10000001 100100 10001 0 110001 11010001 10110 101010

Color Harmonies of #536B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536B81

Black with #536B81

Text Example


Text Example

White with #536B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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