Html Css Color HEX #527691 Wedgewood

📋 copy color: '#527691'

red 82 ◦ green 118 ◦ blue 145

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

Shades of Wedgewood #527691

Tints of Wedgewood #527691

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.2%

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

R = 23.77%
G = 34.2%
B = 42.03%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#527691 (or 0x527691) is known color: Wedgewood. HEX triplet: 52, 76 and 91. RGB value is (82,118,145). Sum of RGB (Red+Green+Blue) = 82+118+145=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #527691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527691 is #AD896E. Grayscale: #6E6E6E. Windows color (decimal): -11372911 or 9533010. OLE color: 9533010.

HSL color Cylindrical-coordinate representation of color #527691: hue angle of 205.71º 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 #527691 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 118 145 -
CMYK 0.43 0.19 0 0.43
HSL 205.71º 0.28% 0.45% -
HSV(B) 205.71º 0.43% 0.57% -
XYZ 15.07 16.8 29.24 -
YUV 110.31 147.57 107.8 -
System Red Green Blue C M Y K H S L
Decimal 82 118 145 0.43 0.19 0 0.43 205.71 0.28 0.45
Hex 52 76 91 2B 13 0 2B CE 1C 2D
Octal 122 166 221 53 23 0 53 316 34 55
Binary 1010010 1110110 10010001 101011 10011 0 101011 11001110 11100 101101

Color Harmonies of #527691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527691

Black with #527691

Text Example


Text Example

White with #527691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527691; }

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

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

background-color css

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

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

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

border-color css

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

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

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