Html Css Color HEX #528D6F Cutty Sark

📋 copy color: '#528D6F'

red 82 ◦ green 141 ◦ blue 111

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

Shades of Cutty Sark #528D6F

Tints of Cutty Sark #528D6F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.22%

 BLUE value IS 111 (43.75% from 255) = 33.23%

R = 24.55%
G = 42.22%
B = 33.23%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#528D6F (or 0x528D6F) is known color: Cutty Sark. HEX triplet: 52, 8D and 6F. RGB value is (82,141,111). Sum of RGB (Red+Green+Blue) = 82+141+111=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #528D6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528D6F is #AD7290. Grayscale: #787878. Windows color (decimal): -11367057 or 7310674. OLE color: 7310674.

HSL color Cylindrical-coordinate representation of color #528D6F: hue angle of 149.49º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528D6F is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 141 111 -
CMYK 0.42 0 0.21 0.45
HSL 149.49º 0.26% 0.44% -
HSV(B) 149.49º 0.42% 0.55% -
XYZ 15.87 21.99 18.45 -
YUV 119.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 82 141 111 0.42 0 0.21 0.45 149.49 0.26 0.44
Hex 52 8D 6F 2A 0 15 2D 95 1A 2C
Octal 122 215 157 52 0 25 55 225 32 54
Binary 1010010 10001101 1101111 101010 0 10101 101101 10010101 11010 101100

Color Harmonies of #528D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528D6F

Black with #528D6F

Text Example


Text Example

White with #528D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528D6F; }

 p { color: rgb(82,141,111); }

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

background-color css

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

 a { background-color: rgb(82,141,111); }

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

border-color css

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

 span { border-color: rgb(82,141,111); }

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