Html Css Color HEX #527895 Wedgewood

📋 copy color: '#527895'

red 82 ◦ green 120 ◦ blue 149

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

Shades of Wedgewood #527895

Tints of Wedgewood #527895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.19%

 BLUE value IS 149 (58.59% from 255) = 42.45%

R = 23.36%
G = 34.19%
B = 42.45%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#527895 (or 0x527895) is known color: Wedgewood. HEX triplet: 52, 78 and 95. RGB value is (82,120,149). Sum of RGB (Red+Green+Blue) = 82+120+149=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 149 - color contains mainly: blue. Hex color #527895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527895 is #AD876A. Grayscale: #6F6F6F. Windows color (decimal): -11372395 or 9795666. OLE color: 9795666.

HSL color Cylindrical-coordinate representation of color #527895: hue angle of 205.97º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #527895 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 120 149 -
CMYK 0.45 0.19 0 0.42
HSL 205.97º 0.29% 0.45% -
HSV(B) 205.97º 0.45% 0.58% -
XYZ 15.62 17.4 30.97 -
YUV 111.94 148.91 106.64 -
System Red Green Blue C M Y K H S L
Decimal 82 120 149 0.45 0.19 0 0.42 205.97 0.29 0.45
Hex 52 78 95 2D 13 0 2A CE 1D 2D
Octal 122 170 225 55 23 0 52 316 35 55
Binary 1010010 1111000 10010101 101101 10011 0 101010 11001110 11101 101101

Color Harmonies of #527895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527895

Black with #527895

Text Example


Text Example

White with #527895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527895; }

 p { color: rgb(82,120,149); }

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

background-color css

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

 a { background-color: rgb(82,120,149); }

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

border-color css

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

 span { border-color: rgb(82,120,149); }

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