Html Css Color HEX #526B88 Wedgewood

📋 copy color: '#526B88'

red 82 ◦ green 107 ◦ blue 136

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

Shades of Wedgewood #526B88

Tints of Wedgewood #526B88

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.92%

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

R = 25.23%
G = 32.92%
B = 41.85%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#526B88 (or 0x526B88) is known color: Wedgewood. HEX triplet: 52, 6B and 88. RGB value is (82,107,136). Sum of RGB (Red+Green+Blue) = 82+107+136=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 136 - color contains mainly: blue. Hex color #526B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526B88 is #AD9477. Grayscale: #666666. Windows color (decimal): -11375736 or 8940370. OLE color: 8940370.

HSL color Cylindrical-coordinate representation of color #526B88: hue angle of 212.22º 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 #526B88 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 107 136 -
CMYK 0.40 0.21 0 0.47
HSL 212.22º 0.25% 0.43% -
HSV(B) 212.22º 0.4% 0.53% -
XYZ 13.18 14.09 25.32 -
YUV 102.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 82 107 136 0.40 0.21 0 0.47 212.22 0.25 0.43
Hex 52 6B 88 28 15 0 2F D4 19 2B
Octal 122 153 210 50 25 0 57 324 31 53
Binary 1010010 1101011 10001000 101000 10101 0 101111 11010100 11001 101011

Color Harmonies of #526B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526B88

Black with #526B88

Text Example


Text Example

White with #526B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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