Html Css Color HEX #527089 Wedgewood

📋 copy color: '#527089'

red 82 ◦ green 112 ◦ blue 137

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

Shades of Wedgewood #527089

Tints of Wedgewood #527089

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.84%

 BLUE value IS 137 (53.91% from 255) = 41.39%

R = 24.77%
G = 33.84%
B = 41.39%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#527089 (or 0x527089) is known color: Wedgewood. HEX triplet: 52, 70 and 89. RGB value is (82,112,137). Sum of RGB (Red+Green+Blue) = 82+112+137=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 137 - color contains mainly: blue. Hex color #527089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527089 is #AD8F76. Grayscale: #696969. Windows color (decimal): -11374455 or 9007186. OLE color: 9007186.

HSL color Cylindrical-coordinate representation of color #527089: hue angle of 207.27º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #527089 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 112 137 -
CMYK 0.40 0.18 0 0.46
HSL 207.27º 0.25% 0.43% -
HSV(B) 207.27º 0.4% 0.54% -
XYZ 13.79 15.19 25.87 -
YUV 105.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 82 112 137 0.40 0.18 0 0.46 207.27 0.25 0.43
Hex 52 70 89 28 12 0 2E CF 19 2B
Octal 122 160 211 50 22 0 56 317 31 53
Binary 1010010 1110000 10001001 101000 10010 0 101110 11001111 11001 101011

Color Harmonies of #527089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527089

Black with #527089

Text Example


Text Example

White with #527089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527089; }

 p { color: rgb(82,112,137); }

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

background-color css

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

 a { background-color: rgb(82,112,137); }

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

border-color css

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

 span { border-color: rgb(82,112,137); }

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