Html Css Color HEX #527185 Wedgewood

📋 copy color: '#527185'

red 82 ◦ green 113 ◦ blue 133

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

Shades of Wedgewood #527185

Tints of Wedgewood #527185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.45%

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

R = 25%
G = 34.45%
B = 40.55%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#527185 (or 0x527185) is known color: Wedgewood. HEX triplet: 52, 71 and 85. RGB value is (82,113,133). Sum of RGB (Red+Green+Blue) = 82+113+133=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #527185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527185 is #AD8E7A. Grayscale: #696969. Windows color (decimal): -11374203 or 8745298. OLE color: 8745298.

HSL color Cylindrical-coordinate representation of color #527185: hue angle of 203.53º 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 #527185 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 113 133 -
CMYK 0.38 0.15 0 0.48
HSL 203.53º 0.24% 0.42% -
HSV(B) 203.53º 0.38% 0.52% -
XYZ 13.62 15.3 24.43 -
YUV 106.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 82 113 133 0.38 0.15 0 0.48 203.53 0.24 0.42
Hex 52 71 85 26 F 0 30 CC 18 2A
Octal 122 161 205 46 17 0 60 314 30 52
Binary 1010010 1110001 10000101 100110 1111 0 110000 11001100 11000 101010

Color Harmonies of #527185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527185

Black with #527185

Text Example


Text Example

White with #527185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527185; }

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

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

background-color css

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

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

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

border-color css

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

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

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