Html Css Color HEX #527792 Wedgewood

📋 copy color: '#527792'

red 82 ◦ green 119 ◦ blue 146

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

Shades of Wedgewood #527792

Tints of Wedgewood #527792

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.29%

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

R = 23.63%
G = 34.29%
B = 42.07%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#527792 (or 0x527792) is known color: Wedgewood. HEX triplet: 52, 77 and 92. RGB value is (82,119,146). Sum of RGB (Red+Green+Blue) = 82+119+146=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #527792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527792 is #AD886D. Grayscale: #6E6E6E. Windows color (decimal): -11372654 or 9598802. OLE color: 9598802.

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

Color convert

RGB 82 119 146 -
CMYK 0.44 0.18 0 0.43
HSL 205.31º 0.28% 0.45% -
HSV(B) 205.31º 0.44% 0.57% -
XYZ 15.26 17.06 29.68 -
YUV 111.02 147.74 107.3 -
System Red Green Blue C M Y K H S L
Decimal 82 119 146 0.44 0.18 0 0.43 205.31 0.28 0.45
Hex 52 77 92 2C 12 0 2B CD 1C 2D
Octal 122 167 222 54 22 0 53 315 34 55
Binary 1010010 1110111 10010010 101100 10010 0 101011 11001101 11100 101101

Color Harmonies of #527792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527792

Black with #527792

Text Example


Text Example

White with #527792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527792; }

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

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

background-color css

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

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

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

border-color css

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

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

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