Html Css Color HEX #536581 Wedgewood

📋 copy color: '#536581'

red 83 ◦ green 101 ◦ blue 129

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

Shades of Wedgewood #536581

Tints of Wedgewood #536581

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.27%

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

R = 26.52%
G = 32.27%
B = 41.21%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#536581 (or 0x536581) is known color: Wedgewood. HEX triplet: 53, 65 and 81. RGB value is (83,101,129). Sum of RGB (Red+Green+Blue) = 83+101+129=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 129 - color contains mainly: blue. Hex color #536581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536581 is #AC9A7E. Grayscale: #626262. Windows color (decimal): -11311743 or 8480083. OLE color: 8480083.

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

Color convert

RGB 83 101 129 -
CMYK 0.36 0.22 0 0.49
HSL 216.52º 0.22% 0.42% -
HSV(B) 216.52º 0.36% 0.51% -
XYZ 12.18 12.73 22.58 -
YUV 98.81 145.04 116.72 -
System Red Green Blue C M Y K H S L
Decimal 83 101 129 0.36 0.22 0 0.49 216.52 0.22 0.42
Hex 53 65 81 24 16 0 31 D9 16 2A
Octal 123 145 201 44 26 0 61 331 26 52
Binary 1010011 1100101 10000001 100100 10110 0 110001 11011001 10110 101010

Color Harmonies of #536581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536581

Black with #536581

Text Example


Text Example

White with #536581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536581; }

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

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

background-color css

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

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

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

border-color css

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

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

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