Html Css Color HEX #528474 Cutty Sark

📋 copy color: '#528474'

red 82 ◦ green 132 ◦ blue 116

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

Shades of Cutty Sark #528474

Tints of Cutty Sark #528474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.15%

R = 24.85%
G = 40%
B = 35.15%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#528474 (or 0x528474) is known color: Cutty Sark. HEX triplet: 52, 84 and 74. RGB value is (82,132,116). Sum of RGB (Red+Green+Blue) = 82+132+116=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #528474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528474 is #AD7B8B. Grayscale: #737373. Windows color (decimal): -11369356 or 7636050. OLE color: 7636050.

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

Color convert

RGB 82 132 116 -
CMYK 0.38 0 0.12 0.48
HSL 160.8º 0.23% 0.42% -
HSV(B) 160.8º 0.38% 0.52% -
XYZ 14.88 19.56 19.51 -
YUV 115.23 128.44 104.3 -
System Red Green Blue C M Y K H S L
Decimal 82 132 116 0.38 0 0.12 0.48 160.8 0.23 0.42
Hex 52 84 74 26 0 C 30 A1 17 2A
Octal 122 204 164 46 0 14 60 241 27 52
Binary 1010010 10000100 1110100 100110 0 1100 110000 10100001 10111 101010

Color Harmonies of #528474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528474

Black with #528474

Text Example


Text Example

White with #528474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528474; }

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

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

background-color css

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

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

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

border-color css

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

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

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