Html Css Color HEX #528973 Cutty Sark

📋 copy color: '#528973'

red 82 ◦ green 137 ◦ blue 115

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

Shades of Cutty Sark #528973

Tints of Cutty Sark #528973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.43%

R = 24.55%
G = 41.02%
B = 34.43%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#528973 (or 0x528973) is known color: Cutty Sark. HEX triplet: 52, 89 and 73. RGB value is (82,137,115). Sum of RGB (Red+Green+Blue) = 82+137+115=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 137 - color contains mainly: green. Hex color #528973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528973 is #AD768C. Grayscale: #767676. Windows color (decimal): -11368077 or 7571794. OLE color: 7571794.

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

Color convert

RGB 82 137 115 -
CMYK 0.40 0 0.16 0.46
HSL 156º 0.25% 0.43% -
HSV(B) 156º 0.4% 0.54% -
XYZ 15.52 20.92 19.44 -
YUV 118.05 126.28 102.29 -
System Red Green Blue C M Y K H S L
Decimal 82 137 115 0.40 0 0.16 0.46 156 0.25 0.43
Hex 52 89 73 28 0 10 2E 9C 19 2B
Octal 122 211 163 50 0 20 56 234 31 53
Binary 1010010 10001001 1110011 101000 0 10000 101110 10011100 11001 101011

Color Harmonies of #528973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528973

Black with #528973

Text Example


Text Example

White with #528973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528973; }

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

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

background-color css

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

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

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

border-color css

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

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

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