Html Css Color HEX #526E8C Wedgewood

📋 copy color: '#526E8C'

red 82 ◦ green 110 ◦ blue 140

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

Shades of Wedgewood #526E8C

Tints of Wedgewood #526E8C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.13%

 BLUE value IS 140 (55.08% from 255) = 42.17%

R = 24.7%
G = 33.13%
B = 42.17%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#526E8C (or 0x526E8C) is known color: Wedgewood. HEX triplet: 52, 6E and 8C. RGB value is (82,110,140). Sum of RGB (Red+Green+Blue) = 82+110+140=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 140 - color contains mainly: blue. Hex color #526E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526E8C is #AD9173. Grayscale: #686868. Windows color (decimal): -11374964 or 9203282. OLE color: 9203282.

HSL color Cylindrical-coordinate representation of color #526E8C: hue angle of 211.03º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #526E8C is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 110 140 -
CMYK 0.41 0.21 0 0.45
HSL 211.03º 0.26% 0.44% -
HSV(B) 211.03º 0.41% 0.55% -
XYZ 13.79 14.84 26.95 -
YUV 105.05 147.72 111.56 -
System Red Green Blue C M Y K H S L
Decimal 82 110 140 0.41 0.21 0 0.45 211.03 0.26 0.44
Hex 52 6E 8C 29 15 0 2D D3 1A 2C
Octal 122 156 214 51 25 0 55 323 32 54
Binary 1010010 1101110 10001100 101001 10101 0 101101 11010011 11010 101100

Color Harmonies of #526E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526E8C

Black with #526E8C

Text Example


Text Example

White with #526E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,110,140); }

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

background-color css

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

 a { background-color: rgb(82,110,140); }

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

border-color css

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

 span { border-color: rgb(82,110,140); }

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