Html Css Color HEX #526D88 Wedgewood

📋 copy color: '#526D88'

red 82 ◦ green 109 ◦ blue 136

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

Shades of Wedgewood #526D88

Tints of Wedgewood #526D88

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.33%

 BLUE value IS 136 (53.52% from 255) = 41.59%

R = 25.08%
G = 33.33%
B = 41.59%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#526D88 (or 0x526D88) is known color: Wedgewood. HEX triplet: 52, 6D and 88. RGB value is (82,109,136). Sum of RGB (Red+Green+Blue) = 82+109+136=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 136 - color contains mainly: blue. Hex color #526D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526D88 is #AD9277. Grayscale: #676767. Windows color (decimal): -11375224 or 8940882. OLE color: 8940882.

HSL color Cylindrical-coordinate representation of color #526D88: hue angle of 210º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #526D88 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 109 136 -
CMYK 0.40 0.20 0 0.47
HSL 210º 0.25% 0.43% -
HSV(B) 210º 0.4% 0.53% -
XYZ 13.39 14.51 25.39 -
YUV 104.01 146.05 112.3 -
System Red Green Blue C M Y K H S L
Decimal 82 109 136 0.40 0.20 0 0.47 210 0.25 0.43
Hex 52 6D 88 28 14 0 2F D2 19 2B
Octal 122 155 210 50 24 0 57 322 31 53
Binary 1010010 1101101 10001000 101000 10100 0 101111 11010010 11001 101011

Color Harmonies of #526D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526D88

Black with #526D88

Text Example


Text Example

White with #526D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,109,136); }

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

background-color css

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

 a { background-color: rgb(82,109,136); }

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

border-color css

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

 span { border-color: rgb(82,109,136); }

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