Html Css Color HEX #526679 Wedgewood

📋 copy color: '#526679'

red 82 ◦ green 102 ◦ blue 121

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

Shades of Wedgewood #526679

Tints of Wedgewood #526679

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.44%

 BLUE value IS 121 (47.66% from 255) = 39.67%

R = 26.89%
G = 33.44%
B = 39.67%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#526679 (or 0x526679) is known color: Wedgewood. HEX triplet: 52, 66 and 79. RGB value is (82,102,121). Sum of RGB (Red+Green+Blue) = 82+102+121=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 121 - color contains mainly: blue. Hex color #526679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526679 is #AD9986. Grayscale: #626262. Windows color (decimal): -11377031 or 7956050. OLE color: 7956050.

HSL color Cylindrical-coordinate representation of color #526679: hue angle of 209.23º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #526679 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 102 121 -
CMYK 0.32 0.16 0 0.53
HSL 209.23º 0.19% 0.4% -
HSV(B) 209.23º 0.32% 0.47% -
XYZ 11.68 12.68 19.92 -
YUV 98.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 82 102 121 0.32 0.16 0 0.53 209.23 0.19 0.4
Hex 52 66 79 20 10 0 35 D1 13 28
Octal 122 146 171 40 20 0 65 321 23 50
Binary 1010010 1100110 1111001 100000 10000 0 110101 11010001 10011 101000

Color Harmonies of #526679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526679

Black with #526679

Text Example


Text Example

White with #526679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526679; }

 p { color: rgb(82,102,121); }

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

background-color css

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

 a { background-color: rgb(82,102,121); }

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

border-color css

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

 span { border-color: rgb(82,102,121); }

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