Html Css Color HEX #527491 Wedgewood

📋 copy color: '#527491'

red 82 ◦ green 116 ◦ blue 145

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

Shades of Wedgewood #527491

Tints of Wedgewood #527491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.82%

 BLUE value IS 145 (57.03% from 255) = 42.27%

R = 23.91%
G = 33.82%
B = 42.27%

CMYK

 C value IS 0.43

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#527491 (or 0x527491) is known color: Wedgewood. HEX triplet: 52, 74 and 91. RGB value is (82,116,145). Sum of RGB (Red+Green+Blue) = 82+116+145=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 145 - color contains mainly: blue. Hex color #527491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527491 is #AD8B6E. Grayscale: #6C6C6C. Windows color (decimal): -11373423 or 9532498. OLE color: 9532498.

HSL color Cylindrical-coordinate representation of color #527491: hue angle of 207.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #527491 is Cyan = 0.43, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 116 145 -
CMYK 0.43 0.2 0 0.43
HSL 207.62º 0.28% 0.45% -
HSV(B) 207.62º 0.43% 0.57% -
XYZ 14.84 16.33 29.16 -
YUV 109.14 148.24 108.64 -
System Red Green Blue C M Y K H S L
Decimal 82 116 145 0.43 0.2 0 0.43 207.62 0.28 0.45
Hex 52 74 91 2B 14 0 2B D0 1C 2D
Octal 122 164 221 53 24 0 53 320 34 55
Binary 1010010 1110100 10010001 101011 10100 0 101011 11010000 11100 101101

Color Harmonies of #527491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527491

Black with #527491

Text Example


Text Example

White with #527491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527491; }

 p { color: rgb(82,116,145); }

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

background-color css

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

 a { background-color: rgb(82,116,145); }

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

border-color css

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

 span { border-color: rgb(82,116,145); }

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