Html Css Color HEX #526677 Wedgewood

📋 copy color: '#526677'

red 82 ◦ green 102 ◦ blue 119

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

Shades of Wedgewood #526677

Tints of Wedgewood #526677

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.66%

 BLUE value IS 119 (46.88% from 255) = 39.27%

R = 27.06%
G = 33.66%
B = 39.27%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#526677 (or 0x526677) is known color: Wedgewood. HEX triplet: 52, 66 and 77. RGB value is (82,102,119). Sum of RGB (Red+Green+Blue) = 82+102+119=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 119 - color contains mainly: blue. Hex color #526677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526677 is #AD9988. Grayscale: #616161. Windows color (decimal): -11377033 or 7824978. OLE color: 7824978.

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

Color convert

RGB 82 102 119 -
CMYK 0.31 0.14 0 0.53
HSL 207.57º 0.18% 0.39% -
HSV(B) 207.57º 0.31% 0.47% -
XYZ 11.56 12.63 19.28 -
YUV 97.96 139.87 116.62 -
System Red Green Blue C M Y K H S L
Decimal 82 102 119 0.31 0.14 0 0.53 207.57 0.18 0.39
Hex 52 66 77 1F E 0 35 D0 12 27
Octal 122 146 167 37 16 0 65 320 22 47
Binary 1010010 1100110 1110111 11111 1110 0 110101 11010000 10010 100111

Color Harmonies of #526677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526677

Black with #526677

Text Example


Text Example

White with #526677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526677; }

 p { color: rgb(82,102,119); }

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

background-color css

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

 a { background-color: rgb(82,102,119); }

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

border-color css

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

 span { border-color: rgb(82,102,119); }

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