Html Css Color HEX #527486 Wedgewood

📋 copy color: '#527486'

red 82 ◦ green 116 ◦ blue 134

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

Shades of Wedgewood #527486

Tints of Wedgewood #527486

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.94%

 BLUE value IS 134 (52.73% from 255) = 40.36%

R = 24.7%
G = 34.94%
B = 40.36%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#527486 (or 0x527486) is known color: Wedgewood. HEX triplet: 52, 74 and 86. RGB value is (82,116,134). Sum of RGB (Red+Green+Blue) = 82+116+134=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 134 - color contains mainly: blue. Hex color #527486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527486 is #AD8B79. Grayscale: #6B6B6B. Windows color (decimal): -11373434 or 8811602. OLE color: 8811602.

HSL color Cylindrical-coordinate representation of color #527486: hue angle of 200.77º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #527486 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 116 134 -
CMYK 0.39 0.13 0 0.47
HSL 200.77º 0.24% 0.42% -
HSV(B) 200.77º 0.39% 0.53% -
XYZ 14.03 16.01 24.9 -
YUV 107.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 82 116 134 0.39 0.13 0 0.47 200.77 0.24 0.42
Hex 52 74 86 27 D 0 2F C9 18 2A
Octal 122 164 206 47 15 0 57 311 30 52
Binary 1010010 1110100 10000110 100111 1101 0 101111 11001001 11000 101010

Color Harmonies of #527486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527486

Black with #527486

Text Example


Text Example

White with #527486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527486; }

 p { color: rgb(82,116,134); }

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

background-color css

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

 a { background-color: rgb(82,116,134); }

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

border-color css

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

 span { border-color: rgb(82,116,134); }

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