Html Css Color HEX #528674 Cutty Sark

📋 copy color: '#528674'

red 82 ◦ green 134 ◦ blue 116

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

Shades of Cutty Sark #528674

Tints of Cutty Sark #528674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.36%

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

R = 24.7%
G = 40.36%
B = 34.94%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#528674 (or 0x528674) is known color: Cutty Sark. HEX triplet: 52, 86 and 74. RGB value is (82,134,116). Sum of RGB (Red+Green+Blue) = 82+134+116=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 134 - color contains mainly: green. Hex color #528674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528674 is #AD798B. Grayscale: #747474. Windows color (decimal): -11368844 or 7636562. OLE color: 7636562.

HSL color Cylindrical-coordinate representation of color #528674: hue angle of 159.23º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #528674 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 134 116 -
CMYK 0.39 0 0.13 0.47
HSL 159.23º 0.24% 0.42% -
HSV(B) 159.23º 0.39% 0.53% -
XYZ 15.16 20.1 19.6 -
YUV 116.4 127.77 103.46 -
System Red Green Blue C M Y K H S L
Decimal 82 134 116 0.39 0 0.13 0.47 159.23 0.24 0.42
Hex 52 86 74 27 0 D 2F 9F 18 2A
Octal 122 206 164 47 0 15 57 237 30 52
Binary 1010010 10000110 1110100 100111 0 1101 101111 10011111 11000 101010

Color Harmonies of #528674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528674

Black with #528674

Text Example


Text Example

White with #528674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528674; }

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

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

background-color css

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

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

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

border-color css

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

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

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