Html Css Color HEX #528672 Cutty Sark

📋 copy color: '#528672'

red 82 ◦ green 134 ◦ blue 114

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

Shades of Cutty Sark #528672

Tints of Cutty Sark #528672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.55%

R = 24.85%
G = 40.61%
B = 34.55%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#528672 (or 0x528672) is known color: Cutty Sark. HEX triplet: 52, 86 and 72. RGB value is (82,134,114). Sum of RGB (Red+Green+Blue) = 82+134+114=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 134 - color contains mainly: green. Hex color #528672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528672 is #AD798D. Grayscale: #747474. Windows color (decimal): -11368846 or 7505490. OLE color: 7505490.

HSL color Cylindrical-coordinate representation of color #528672: hue angle of 156.92º 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 #528672 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 134 114 -
CMYK 0.39 0 0.15 0.47
HSL 156.92º 0.24% 0.42% -
HSV(B) 156.92º 0.39% 0.53% -
XYZ 15.04 20.06 19 -
YUV 116.17 126.77 103.63 -
System Red Green Blue C M Y K H S L
Decimal 82 134 114 0.39 0 0.15 0.47 156.92 0.24 0.42
Hex 52 86 72 27 0 F 2F 9D 18 2A
Octal 122 206 162 47 0 17 57 235 30 52
Binary 1010010 10000110 1110010 100111 0 1111 101111 10011101 11000 101010

Color Harmonies of #528672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528672

Black with #528672

Text Example


Text Example

White with #528672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528672; }

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

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

background-color css

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

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

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

border-color css

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

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

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