Html Css Color HEX #527692 Wedgewood

📋 copy color: '#527692'

red 82 ◦ green 118 ◦ blue 146

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

Shades of Wedgewood #527692

Tints of Wedgewood #527692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.2%

R = 23.7%
G = 34.1%
B = 42.2%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#527692 (or 0x527692) is known color: Wedgewood. HEX triplet: 52, 76 and 92. RGB value is (82,118,146). Sum of RGB (Red+Green+Blue) = 82+118+146=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #527692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527692 is #AD896D. Grayscale: #6E6E6E. Windows color (decimal): -11372910 or 9598546. OLE color: 9598546.

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

Color convert

RGB 82 118 146 -
CMYK 0.44 0.19 0 0.43
HSL 206.25º 0.28% 0.45% -
HSV(B) 206.25º 0.44% 0.57% -
XYZ 15.15 16.83 29.64 -
YUV 110.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 82 118 146 0.44 0.19 0 0.43 206.25 0.28 0.45
Hex 52 76 92 2C 13 0 2B CE 1C 2D
Octal 122 166 222 54 23 0 53 316 34 55
Binary 1010010 1110110 10010010 101100 10011 0 101011 11001110 11100 101101

Color Harmonies of #527692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527692

Black with #527692

Text Example


Text Example

White with #527692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527692; }

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

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

background-color css

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

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

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

border-color css

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

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

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