Html Css Color HEX #526C8A Wedgewood

📋 copy color: '#526C8A'

red 82 ◦ green 108 ◦ blue 138

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

Shades of Wedgewood #526C8A

Tints of Wedgewood #526C8A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.93%

 BLUE value IS 138 (54.3% from 255) = 42.07%

R = 25%
G = 32.93%
B = 42.07%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#526C8A (or 0x526C8A) is known color: Wedgewood. HEX triplet: 52, 6C and 8A. RGB value is (82,108,138). Sum of RGB (Red+Green+Blue) = 82+108+138=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 138 - color contains mainly: blue. Hex color #526C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526C8A is #AD9375. Grayscale: #676767. Windows color (decimal): -11375478 or 9071698. OLE color: 9071698.

HSL color Cylindrical-coordinate representation of color #526C8A: hue angle of 212.14º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #526C8A is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 108 138 -
CMYK 0.41 0.22 0 0.46
HSL 212.14º 0.25% 0.43% -
HSV(B) 212.14º 0.41% 0.54% -
XYZ 13.43 14.35 26.11 -
YUV 103.65 147.39 112.56 -
System Red Green Blue C M Y K H S L
Decimal 82 108 138 0.41 0.22 0 0.46 212.14 0.25 0.43
Hex 52 6C 8A 29 16 0 2E D4 19 2B
Octal 122 154 212 51 26 0 56 324 31 53
Binary 1010010 1101100 10001010 101001 10110 0 101110 11010100 11001 101011

Color Harmonies of #526C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526C8A

Black with #526C8A

Text Example


Text Example

White with #526C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,108,138); }

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

background-color css

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

 a { background-color: rgb(82,108,138); }

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

border-color css

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

 span { border-color: rgb(82,108,138); }

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