Html Css Color HEX #526779 Wedgewood

📋 copy color: '#526779'

red 82 ◦ green 103 ◦ blue 121

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

Shades of Wedgewood #526779

Tints of Wedgewood #526779

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.66%

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

R = 26.8%
G = 33.66%
B = 39.54%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#526779 (or 0x526779) is known color: Wedgewood. HEX triplet: 52, 67 and 79. RGB value is (82,103,121). Sum of RGB (Red+Green+Blue) = 82+103+121=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 121 - color contains mainly: blue. Hex color #526779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526779 is #AD9886. Grayscale: #626262. Windows color (decimal): -11376775 or 7956306. OLE color: 7956306.

HSL color Cylindrical-coordinate representation of color #526779: hue angle of 207.69º 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 #526779 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 103 121 -
CMYK 0.32 0.15 0 0.53
HSL 207.69º 0.19% 0.4% -
HSV(B) 207.69º 0.32% 0.47% -
XYZ 11.78 12.87 19.95 -
YUV 98.77 140.54 116.04 -
System Red Green Blue C M Y K H S L
Decimal 82 103 121 0.32 0.15 0 0.53 207.69 0.19 0.4
Hex 52 67 79 20 F 0 35 D0 13 28
Octal 122 147 171 40 17 0 65 320 23 50
Binary 1010010 1100111 1111001 100000 1111 0 110101 11010000 10011 101000

Color Harmonies of #526779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526779

Black with #526779

Text Example


Text Example

White with #526779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526779; }

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

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

background-color css

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

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

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

border-color css

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

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

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