Html Css Color HEX #528475 Cutty Sark

📋 copy color: '#528475'

red 82 ◦ green 132 ◦ blue 117

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

Shades of Cutty Sark #528475

Tints of Cutty Sark #528475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.35%

R = 24.77%
G = 39.88%
B = 35.35%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#528475 (or 0x528475) is known color: Cutty Sark. HEX triplet: 52, 84 and 75. RGB value is (82,132,117). Sum of RGB (Red+Green+Blue) = 82+132+117=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #528475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528475 is #AD7B8A. Grayscale: #737373. Windows color (decimal): -11369355 or 7701586. OLE color: 7701586.

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

Color convert

RGB 82 132 117 -
CMYK 0.38 0 0.11 0.48
HSL 162º 0.23% 0.42% -
HSV(B) 162º 0.38% 0.52% -
XYZ 14.94 19.58 19.82 -
YUV 115.34 128.94 104.22 -
System Red Green Blue C M Y K H S L
Decimal 82 132 117 0.38 0 0.11 0.48 162 0.23 0.42
Hex 52 84 75 26 0 B 30 A2 17 2A
Octal 122 204 165 46 0 13 60 242 27 52
Binary 1010010 10000100 1110101 100110 0 1011 110000 10100010 10111 101010

Color Harmonies of #528475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528475

Black with #528475

Text Example


Text Example

White with #528475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528475; }

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

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

background-color css

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

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

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

border-color css

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

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

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