Html Css Color HEX #527086 Wedgewood

📋 copy color: '#527086'

red 82 ◦ green 112 ◦ blue 134

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

Shades of Wedgewood #527086

Tints of Wedgewood #527086

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.15%

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

R = 25%
G = 34.15%
B = 40.85%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#527086 (or 0x527086) is known color: Wedgewood. HEX triplet: 52, 70 and 86. RGB value is (82,112,134). Sum of RGB (Red+Green+Blue) = 82+112+134=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 134 - color contains mainly: blue. Hex color #527086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527086 is #AD8F79. Grayscale: #696969. Windows color (decimal): -11374458 or 8810578. OLE color: 8810578.

HSL color Cylindrical-coordinate representation of color #527086: hue angle of 205.38º 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 #527086 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 112 134 -
CMYK 0.39 0.16 0 0.47
HSL 205.38º 0.24% 0.42% -
HSV(B) 205.38º 0.39% 0.53% -
XYZ 13.58 15.1 24.75 -
YUV 105.54 144.06 111.21 -
System Red Green Blue C M Y K H S L
Decimal 82 112 134 0.39 0.16 0 0.47 205.38 0.24 0.42
Hex 52 70 86 27 10 0 2F CD 18 2A
Octal 122 160 206 47 20 0 57 315 30 52
Binary 1010010 1110000 10000110 100111 10000 0 101111 11001101 11000 101010

Color Harmonies of #527086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527086

Black with #527086

Text Example


Text Example

White with #527086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527086; }

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

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

background-color css

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

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

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

border-color css

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

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

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