Html Css Color HEX #527188 Wedgewood

📋 copy color: '#527188'

red 82 ◦ green 113 ◦ blue 136

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

Shades of Wedgewood #527188

Tints of Wedgewood #527188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.09%

R = 24.77%
G = 34.14%
B = 41.09%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#527188 (or 0x527188) is known color: Wedgewood. HEX triplet: 52, 71 and 88. RGB value is (82,113,136). Sum of RGB (Red+Green+Blue) = 82+113+136=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 136 - color contains mainly: blue. Hex color #527188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527188 is #AD8E77. Grayscale: #6A6A6A. Windows color (decimal): -11374200 or 8941906. OLE color: 8941906.

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

Color convert

RGB 82 113 136 -
CMYK 0.40 0.17 0 0.47
HSL 205.56º 0.25% 0.43% -
HSV(B) 205.56º 0.4% 0.53% -
XYZ 13.83 15.38 25.53 -
YUV 106.35 144.73 110.63 -
System Red Green Blue C M Y K H S L
Decimal 82 113 136 0.40 0.17 0 0.47 205.56 0.25 0.43
Hex 52 71 88 28 11 0 2F CE 19 2B
Octal 122 161 210 50 21 0 57 316 31 53
Binary 1010010 1110001 10001000 101000 10001 0 101111 11001110 11001 101011

Color Harmonies of #527188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527188

Black with #527188

Text Example


Text Example

White with #527188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527188; }

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

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

background-color css

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

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

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

border-color css

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

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

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