Html Css Color HEX #527790 Wedgewood

📋 copy color: '#527790'

red 82 ◦ green 119 ◦ blue 144

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

Shades of Wedgewood #527790

Tints of Wedgewood #527790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.74%

R = 23.77%
G = 34.49%
B = 41.74%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#527790 (or 0x527790) is known color: Wedgewood. HEX triplet: 52, 77 and 90. RGB value is (82,119,144). Sum of RGB (Red+Green+Blue) = 82+119+144=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #527790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527790 is #AD886F. Grayscale: #6E6E6E. Windows color (decimal): -11372656 or 9467730. OLE color: 9467730.

HSL color Cylindrical-coordinate representation of color #527790: hue angle of 204.19º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #527790 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 119 144 -
CMYK 0.43 0.17 0 0.44
HSL 204.19º 0.27% 0.44% -
HSV(B) 204.19º 0.43% 0.56% -
XYZ 15.11 17 28.87 -
YUV 110.79 146.74 107.47 -
System Red Green Blue C M Y K H S L
Decimal 82 119 144 0.43 0.17 0 0.44 204.19 0.27 0.44
Hex 52 77 90 2B 11 0 2C CC 1B 2C
Octal 122 167 220 53 21 0 54 314 33 54
Binary 1010010 1110111 10010000 101011 10001 0 101100 11001100 11011 101100

Color Harmonies of #527790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527790

Black with #527790

Text Example


Text Example

White with #527790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527790; }

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

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

background-color css

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

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

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

border-color css

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

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

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