Html Css Color HEX #529374 Cutty Sark

📋 copy color: '#529374'

red 82 ◦ green 147 ◦ blue 116

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

Shades of Cutty Sark #529374

Tints of Cutty Sark #529374

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.61%

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

R = 23.77%
G = 42.61%
B = 33.62%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#529374 (or 0x529374) is known color: Cutty Sark. HEX triplet: 52, 93 and 74. RGB value is (82,147,116). Sum of RGB (Red+Green+Blue) = 82+147+116=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #529374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529374 is #AD6C8B. Grayscale: #7C7C7C. Windows color (decimal): -11365516 or 7639890. OLE color: 7639890.

HSL color Cylindrical-coordinate representation of color #529374: hue angle of 151.38º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #529374 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 147 116 -
CMYK 0.44 0 0.21 0.42
HSL 151.38º 0.28% 0.45% -
HSV(B) 151.38º 0.44% 0.58% -
XYZ 17.07 23.92 20.24 -
YUV 124.03 123.47 98.02 -
System Red Green Blue C M Y K H S L
Decimal 82 147 116 0.44 0 0.21 0.42 151.38 0.28 0.45
Hex 52 93 74 2C 0 15 2A 97 1C 2D
Octal 122 223 164 54 0 25 52 227 34 55
Binary 1010010 10010011 1110100 101100 0 10101 101010 10010111 11100 101101

Color Harmonies of #529374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529374

Black with #529374

Text Example


Text Example

White with #529374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529374; }

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

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

background-color css

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

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

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

border-color css

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

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

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