Html Css Color HEX #528971 Cutty Sark

📋 copy color: '#528971'

red 82 ◦ green 137 ◦ blue 113

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

Shades of Cutty Sark #528971

Tints of Cutty Sark #528971

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.27%

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

R = 24.7%
G = 41.27%
B = 34.04%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#528971 (or 0x528971) is known color: Cutty Sark. HEX triplet: 52, 89 and 71. RGB value is (82,137,113). Sum of RGB (Red+Green+Blue) = 82+137+113=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #528971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528971 is #AD768E. Grayscale: #757575. Windows color (decimal): -11368079 or 7440722. OLE color: 7440722.

HSL color Cylindrical-coordinate representation of color #528971: hue angle of 153.82º 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 #528971 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 137 113 -
CMYK 0.40 0 0.18 0.46
HSL 153.82º 0.25% 0.43% -
HSV(B) 153.82º 0.4% 0.54% -
XYZ 15.41 20.88 18.84 -
YUV 117.82 125.28 102.45 -
System Red Green Blue C M Y K H S L
Decimal 82 137 113 0.40 0 0.18 0.46 153.82 0.25 0.43
Hex 52 89 71 28 0 12 2E 9A 19 2B
Octal 122 211 161 50 0 22 56 232 31 53
Binary 1010010 10001001 1110001 101000 0 10010 101110 10011010 11001 101011

Color Harmonies of #528971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528971

Black with #528971

Text Example


Text Example

White with #528971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528971; }

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

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

background-color css

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

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

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

border-color css

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

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

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