Html Css Color HEX #528471 Cutty Sark

📋 copy color: '#528471'

red 82 ◦ green 132 ◦ blue 113

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

Shades of Cutty Sark #528471

Tints of Cutty Sark #528471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.37%

 BLUE value IS 113 (44.53% from 255) = 34.56%

R = 25.08%
G = 40.37%
B = 34.56%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#528471 (or 0x528471) is known color: Cutty Sark. HEX triplet: 52, 84 and 71. RGB value is (82,132,113). Sum of RGB (Red+Green+Blue) = 82+132+113=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 132 - color contains mainly: green. Hex color #528471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528471 is #AD7B8E. Grayscale: #727272. Windows color (decimal): -11369359 or 7439442. OLE color: 7439442.

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

Color convert

RGB 82 132 113 -
CMYK 0.38 0 0.14 0.48
HSL 157.2º 0.23% 0.42% -
HSV(B) 157.2º 0.38% 0.52% -
XYZ 14.71 19.49 18.61 -
YUV 114.88 126.94 104.54 -
System Red Green Blue C M Y K H S L
Decimal 82 132 113 0.38 0 0.14 0.48 157.2 0.23 0.42
Hex 52 84 71 26 0 E 30 9D 17 2A
Octal 122 204 161 46 0 16 60 235 27 52
Binary 1010010 10000100 1110001 100110 0 1110 110000 10011101 10111 101010

Color Harmonies of #528471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528471

Black with #528471

Text Example


Text Example

White with #528471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528471; }

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

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

background-color css

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

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

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

border-color css

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

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

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