Html Css Color HEX #526F88 Wedgewood

📋 copy color: '#526F88'

red 82 ◦ green 111 ◦ blue 136

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

Shades of Wedgewood #526F88

Tints of Wedgewood #526F88

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.74%

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

R = 24.92%
G = 33.74%
B = 41.34%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#526F88 (or 0x526F88) is known color: Wedgewood. HEX triplet: 52, 6F and 88. RGB value is (82,111,136). Sum of RGB (Red+Green+Blue) = 82+111+136=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 136 - color contains mainly: blue. Hex color #526F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526F88 is #AD9077. Grayscale: #696969. Windows color (decimal): -11374712 or 8941394. OLE color: 8941394.

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

Color convert

RGB 82 111 136 -
CMYK 0.40 0.18 0 0.47
HSL 207.78º 0.25% 0.43% -
HSV(B) 207.78º 0.4% 0.53% -
XYZ 13.61 14.94 25.46 -
YUV 105.18 145.39 111.47 -
System Red Green Blue C M Y K H S L
Decimal 82 111 136 0.40 0.18 0 0.47 207.78 0.25 0.43
Hex 52 6F 88 28 12 0 2F D0 19 2B
Octal 122 157 210 50 22 0 57 320 31 53
Binary 1010010 1101111 10001000 101000 10010 0 101111 11010000 11001 101011

Color Harmonies of #526F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526F88

Black with #526F88

Text Example


Text Example

White with #526F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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