Html Css Color HEX #527084 Wedgewood

📋 copy color: '#527084'

red 82 ◦ green 112 ◦ blue 132

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

Shades of Wedgewood #527084

Tints of Wedgewood #527084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.49%

R = 25.15%
G = 34.36%
B = 40.49%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#527084 (or 0x527084) is known color: Wedgewood. HEX triplet: 52, 70 and 84. RGB value is (82,112,132). Sum of RGB (Red+Green+Blue) = 82+112+132=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #527084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527084 is #AD8F7B. Grayscale: #696969. Windows color (decimal): -11374460 or 8679506. OLE color: 8679506.

HSL color Cylindrical-coordinate representation of color #527084: hue angle of 204º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #527084 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 112 132 -
CMYK 0.38 0.15 0 0.48
HSL 204º 0.23% 0.42% -
HSV(B) 204º 0.38% 0.52% -
XYZ 13.44 15.05 24.03 -
YUV 105.31 143.06 111.37 -
System Red Green Blue C M Y K H S L
Decimal 82 112 132 0.38 0.15 0 0.48 204 0.23 0.42
Hex 52 70 84 26 F 0 30 CC 17 2A
Octal 122 160 204 46 17 0 60 314 27 52
Binary 1010010 1110000 10000100 100110 1111 0 110000 11001100 10111 101010

Color Harmonies of #527084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527084

Black with #527084

Text Example


Text Example

White with #527084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527084; }

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

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

background-color css

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

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

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

border-color css

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

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

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