Html Css Color HEX #528473 Cutty Sark

📋 copy color: '#528473'

red 82 ◦ green 132 ◦ blue 115

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

Shades of Cutty Sark #528473

Tints of Cutty Sark #528473

RGB

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

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

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

R = 24.92%
G = 40.12%
B = 34.95%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#528473 (or 0x528473) is known color: Cutty Sark. HEX triplet: 52, 84 and 73. RGB value is (82,132,115). Sum of RGB (Red+Green+Blue) = 82+132+115=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #528473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528473 is #AD7B8C. Grayscale: #737373. Windows color (decimal): -11369357 or 7570514. OLE color: 7570514.

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

Color convert

RGB 82 132 115 -
CMYK 0.38 0 0.13 0.48
HSL 159.6º 0.23% 0.42% -
HSV(B) 159.6º 0.38% 0.52% -
XYZ 14.83 19.53 19.21 -
YUV 115.11 127.94 104.38 -
System Red Green Blue C M Y K H S L
Decimal 82 132 115 0.38 0 0.13 0.48 159.6 0.23 0.42
Hex 52 84 73 26 0 D 30 A0 17 2A
Octal 122 204 163 46 0 15 60 240 27 52
Binary 1010010 10000100 1110011 100110 0 1101 110000 10100000 10111 101010

Color Harmonies of #528473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528473

Black with #528473

Text Example


Text Example

White with #528473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528473; }

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

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

background-color css

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

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

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

border-color css

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

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

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