Html Css Color HEX #526F81 Wedgewood

📋 copy color: '#526F81'

red 82 ◦ green 111 ◦ blue 129

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

Shades of Wedgewood #526F81

Tints of Wedgewood #526F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.06%

R = 25.47%
G = 34.47%
B = 40.06%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#526F81 (or 0x526F81) is known color: Wedgewood. HEX triplet: 52, 6F and 81. RGB value is (82,111,129). Sum of RGB (Red+Green+Blue) = 82+111+129=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 129 - color contains mainly: blue. Hex color #526F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526F81 is #AD907E. Grayscale: #686868. Windows color (decimal): -11374719 or 8482642. OLE color: 8482642.

HSL color Cylindrical-coordinate representation of color #526F81: hue angle of 202.98º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #526F81 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 111 129 -
CMYK 0.36 0.14 0 0.49
HSL 202.98º 0.22% 0.41% -
HSV(B) 202.98º 0.36% 0.51% -
XYZ 13.13 14.75 22.92 -
YUV 104.38 141.89 112.04 -
System Red Green Blue C M Y K H S L
Decimal 82 111 129 0.36 0.14 0 0.49 202.98 0.22 0.41
Hex 52 6F 81 24 E 0 31 CB 16 29
Octal 122 157 201 44 16 0 61 313 26 51
Binary 1010010 1101111 10000001 100100 1110 0 110001 11001011 10110 101001

Color Harmonies of #526F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526F81

Black with #526F81

Text Example


Text Example

White with #526F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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