Html Css Color HEX #526A7E Wedgewood

📋 copy color: '#526A7E'

red 82 ◦ green 106 ◦ blue 126

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

Shades of Wedgewood #526A7E

Tints of Wedgewood #526A7E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.76%

 BLUE value IS 126 (49.61% from 255) = 40.13%

R = 26.11%
G = 33.76%
B = 40.13%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#526A7E (or 0x526A7E) is known color: Wedgewood. HEX triplet: 52, 6A and 7E. RGB value is (82,106,126). Sum of RGB (Red+Green+Blue) = 82+106+126=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 126 - color contains mainly: blue. Hex color #526A7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A7E is #AD9581. Grayscale: #656565. Windows color (decimal): -11376002 or 8284754. OLE color: 8284754.

HSL color Cylindrical-coordinate representation of color #526A7E: hue angle of 207.27º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #526A7E is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 106 126 -
CMYK 0.35 0.16 0 0.51
HSL 207.27º 0.21% 0.41% -
HSV(B) 207.27º 0.35% 0.49% -
XYZ 12.4 13.61 21.71 -
YUV 101.1 142.05 114.37 -
System Red Green Blue C M Y K H S L
Decimal 82 106 126 0.35 0.16 0 0.51 207.27 0.21 0.41
Hex 52 6A 7E 23 10 0 33 CF 15 29
Octal 122 152 176 43 20 0 63 317 25 51
Binary 1010010 1101010 1111110 100011 10000 0 110011 11001111 10101 101001

Color Harmonies of #526A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526A7E

Black with #526A7E

Text Example


Text Example

White with #526A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526A7E; }

 p { color: rgb(82,106,126); }

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

background-color css

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

 a { background-color: rgb(82,106,126); }

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

border-color css

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

 span { border-color: rgb(82,106,126); }

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