Html Css Color HEX #526478 Wedgewood

📋 copy color: '#526478'

red 82 ◦ green 100 ◦ blue 120

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

Shades of Wedgewood #526478

Tints of Wedgewood #526478

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.11%

 BLUE value IS 120 (47.27% from 255) = 39.74%

R = 27.15%
G = 33.11%
B = 39.74%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#526478 (or 0x526478) is known color: Wedgewood. HEX triplet: 52, 64 and 78. RGB value is (82,100,120). Sum of RGB (Red+Green+Blue) = 82+100+120=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 120 - color contains mainly: blue. Hex color #526478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526478 is #AD9B87. Grayscale: #606060. Windows color (decimal): -11377544 or 7890002. OLE color: 7890002.

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

Color convert

RGB 82 100 120 -
CMYK 0.32 0.17 0 0.53
HSL 211.58º 0.19% 0.4% -
HSV(B) 211.58º 0.32% 0.47% -
XYZ 11.43 12.26 19.53 -
YUV 96.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 82 100 120 0.32 0.17 0 0.53 211.58 0.19 0.4
Hex 52 64 78 20 11 0 35 D4 13 28
Octal 122 144 170 40 21 0 65 324 23 50
Binary 1010010 1100100 1111000 100000 10001 0 110101 11010100 10011 101000

Color Harmonies of #526478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526478

Black with #526478

Text Example


Text Example

White with #526478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526478; }

 p { color: rgb(82,100,120); }

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

background-color css

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

 a { background-color: rgb(82,100,120); }

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

border-color css

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

 span { border-color: rgb(82,100,120); }

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