Html Css Color HEX #528D6C Cutty Sark

📋 copy color: '#528D6C'

red 82 ◦ green 141 ◦ blue 108

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

Shades of Cutty Sark #528D6C

Tints of Cutty Sark #528D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.63%

R = 24.77%
G = 42.6%
B = 32.63%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#528D6C (or 0x528D6C) is known color: Cutty Sark. HEX triplet: 52, 8D and 6C. RGB value is (82,141,108). Sum of RGB (Red+Green+Blue) = 82+141+108=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 141 - color contains mainly: green. Hex color #528D6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528D6C is #AD7293. Grayscale: #777777. Windows color (decimal): -11367060 or 7114066. OLE color: 7114066.

HSL color Cylindrical-coordinate representation of color #528D6C: hue angle of 146.44º 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 #528D6C is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 141 108 -
CMYK 0.42 0 0.23 0.45
HSL 146.44º 0.26% 0.44% -
HSV(B) 146.44º 0.42% 0.55% -
XYZ 15.71 21.93 17.59 -
YUV 119.6 121.45 101.18 -
System Red Green Blue C M Y K H S L
Decimal 82 141 108 0.42 0 0.23 0.45 146.44 0.26 0.44
Hex 52 8D 6C 2A 0 17 2D 92 1A 2C
Octal 122 215 154 52 0 27 55 222 32 54
Binary 1010010 10001101 1101100 101010 0 10111 101101 10010010 11010 101100

Color Harmonies of #528D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528D6C

Black with #528D6C

Text Example


Text Example

White with #528D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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