Html Css Color HEX #526581 Wedgewood

📋 copy color: '#526581'

red 82 ◦ green 101 ◦ blue 129

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

Shades of Wedgewood #526581

Tints of Wedgewood #526581

RGB

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

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

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

R = 26.28%
G = 32.37%
B = 41.35%

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

#526581 (or 0x526581) is known color: Wedgewood. HEX triplet: 52, 65 and 81. RGB value is (82,101,129). Sum of RGB (Red+Green+Blue) = 82+101+129=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 129 - color contains mainly: blue. Hex color #526581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526581 is #AD9A7E. Grayscale: #626262. Windows color (decimal): -11377279 or 8480082. OLE color: 8480082.

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

Color convert

RGB 82 101 129 -
CMYK 0.36 0.22 0 0.49
HSL 215.74º 0.22% 0.41% -
HSV(B) 215.74º 0.36% 0.51% -
XYZ 12.1 12.69 22.58 -
YUV 98.51 145.21 116.22 -
System Red Green Blue C M Y K H S L
Decimal 82 101 129 0.36 0.22 0 0.49 215.74 0.22 0.41
Hex 52 65 81 24 16 0 31 D8 16 29
Octal 122 145 201 44 26 0 61 330 26 51
Binary 1010010 1100101 10000001 100100 10110 0 110001 11011000 10110 101001

Color Harmonies of #526581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526581

Black with #526581

Text Example


Text Example

White with #526581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526581; }

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

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

background-color css

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

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

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

border-color css

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

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

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