Html Css Color HEX #527082 Wedgewood

📋 copy color: '#527082'

red 82 ◦ green 112 ◦ blue 130

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

Shades of Wedgewood #527082

Tints of Wedgewood #527082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40.12%

R = 25.31%
G = 34.57%
B = 40.12%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#527082 (or 0x527082) is known color: Wedgewood. HEX triplet: 52, 70 and 82. RGB value is (82,112,130). Sum of RGB (Red+Green+Blue) = 82+112+130=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 130 - color contains mainly: blue. Hex color #527082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527082 is #AD8F7D. Grayscale: #686868. Windows color (decimal): -11374462 or 8548434. OLE color: 8548434.

HSL color Cylindrical-coordinate representation of color #527082: hue angle of 202.5º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #527082 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 112 130 -
CMYK 0.37 0.14 0 0.49
HSL 202.5º 0.23% 0.42% -
HSV(B) 202.5º 0.37% 0.51% -
XYZ 13.3 14.99 23.31 -
YUV 105.08 142.06 111.54 -
System Red Green Blue C M Y K H S L
Decimal 82 112 130 0.37 0.14 0 0.49 202.5 0.23 0.42
Hex 52 70 82 25 E 0 31 CA 17 2A
Octal 122 160 202 45 16 0 61 312 27 52
Binary 1010010 1110000 10000010 100101 1110 0 110001 11001010 10111 101010

Color Harmonies of #527082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527082

Black with #527082

Text Example


Text Example

White with #527082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527082; }

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

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

background-color css

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

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

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

border-color css

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

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

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