Html Css Color HEX #526E81 Wedgewood

📋 copy color: '#526E81'

red 82 ◦ green 110 ◦ blue 129

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

Shades of Wedgewood #526E81

Tints of Wedgewood #526E81

RGB

 RED value IS 82 (32.42% from 255) = 25.55%

 GREEN value IS 110 (43.36% from 255) = 34.27%

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

R = 25.55%
G = 34.27%
B = 40.19%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#526E81 (or 0x526E81) is known color: Wedgewood. HEX triplet: 52, 6E and 81. RGB value is (82,110,129). Sum of RGB (Red+Green+Blue) = 82+110+129=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 129 - color contains mainly: blue. Hex color #526E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526E81 is #AD917E. Grayscale: #676767. Windows color (decimal): -11374975 or 8482386. OLE color: 8482386.

HSL color Cylindrical-coordinate representation of color #526E81: hue angle of 204.26º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #526E81 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 110 129 -
CMYK 0.36 0.15 0 0.49
HSL 204.26º 0.22% 0.41% -
HSV(B) 204.26º 0.36% 0.51% -
XYZ 13.02 14.53 22.89 -
YUV 103.79 142.22 112.46 -
System Red Green Blue C M Y K H S L
Decimal 82 110 129 0.36 0.15 0 0.49 204.26 0.22 0.41
Hex 52 6E 81 24 F 0 31 CC 16 29
Octal 122 156 201 44 17 0 61 314 26 51
Binary 1010010 1101110 10000001 100100 1111 0 110001 11001100 10110 101001

Color Harmonies of #526E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526E81

Black with #526E81

Text Example


Text Example

White with #526E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526E81; }

 p { color: rgb(82,110,129); }

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

background-color css

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

 a { background-color: rgb(82,110,129); }

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

border-color css

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

 span { border-color: rgb(82,110,129); }

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