Html Css Color HEX #528374 Cutty Sark

📋 copy color: '#528374'

red 82 ◦ green 131 ◦ blue 116

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

Shades of Cutty Sark #528374

Tints of Cutty Sark #528374

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.82%

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

R = 24.92%
G = 39.82%
B = 35.26%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#528374 (or 0x528374) is known color: Cutty Sark. HEX triplet: 52, 83 and 74. RGB value is (82,131,116). Sum of RGB (Red+Green+Blue) = 82+131+116=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 131 - color contains mainly: green. Hex color #528374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528374 is #AD7C8B. Grayscale: #727272. Windows color (decimal): -11369612 or 7635794. OLE color: 7635794.

HSL color Cylindrical-coordinate representation of color #528374: hue angle of 161.63º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #528374 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 131 116 -
CMYK 0.37 0 0.11 0.49
HSL 161.63º 0.23% 0.42% -
HSV(B) 161.63º 0.37% 0.51% -
XYZ 14.75 19.29 19.47 -
YUV 114.64 128.77 104.72 -
System Red Green Blue C M Y K H S L
Decimal 82 131 116 0.37 0 0.11 0.49 161.63 0.23 0.42
Hex 52 83 74 25 0 B 31 A2 17 2A
Octal 122 203 164 45 0 13 61 242 27 52
Binary 1010010 10000011 1110100 100101 0 1011 110001 10100010 10111 101010

Color Harmonies of #528374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528374

Black with #528374

Text Example


Text Example

White with #528374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528374; }

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

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

background-color css

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

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

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

border-color css

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

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

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