Html Css Color HEX #527085 Wedgewood

📋 copy color: '#527085'

red 82 ◦ green 112 ◦ blue 133

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

Shades of Wedgewood #527085

Tints of Wedgewood #527085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.67%

R = 25.08%
G = 34.25%
B = 40.67%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#527085 (or 0x527085) is known color: Wedgewood. HEX triplet: 52, 70 and 85. RGB value is (82,112,133). Sum of RGB (Red+Green+Blue) = 82+112+133=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 133 - color contains mainly: blue. Hex color #527085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527085 is #AD8F7A. Grayscale: #696969. Windows color (decimal): -11374459 or 8745042. OLE color: 8745042.

HSL color Cylindrical-coordinate representation of color #527085: hue angle of 204.71º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #527085 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 112 133 -
CMYK 0.38 0.16 0 0.48
HSL 204.71º 0.24% 0.42% -
HSV(B) 204.71º 0.38% 0.52% -
XYZ 13.51 15.08 24.39 -
YUV 105.42 143.56 111.29 -
System Red Green Blue C M Y K H S L
Decimal 82 112 133 0.38 0.16 0 0.48 204.71 0.24 0.42
Hex 52 70 85 26 10 0 30 CD 18 2A
Octal 122 160 205 46 20 0 60 315 30 52
Binary 1010010 1110000 10000101 100110 10000 0 110000 11001101 11000 101010

Color Harmonies of #527085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527085

Black with #527085

Text Example


Text Example

White with #527085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527085; }

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

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

background-color css

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

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

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

border-color css

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

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

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