Html Css Color HEX #528F74 Cutty Sark

📋 copy color: '#528F74'

red 82 ◦ green 143 ◦ blue 116

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

Shades of Cutty Sark #528F74

Tints of Cutty Sark #528F74

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.94%

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

R = 24.05%
G = 41.94%
B = 34.02%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#528F74 (or 0x528F74) is known color: Cutty Sark. HEX triplet: 52, 8F and 74. RGB value is (82,143,116). Sum of RGB (Red+Green+Blue) = 82+143+116=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 143 - color contains mainly: green. Hex color #528F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528F74 is #AD708B. Grayscale: #797979. Windows color (decimal): -11366540 or 7638866. OLE color: 7638866.

HSL color Cylindrical-coordinate representation of color #528F74: hue angle of 153.44º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #528F74 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 143 116 -
CMYK 0.43 0 0.19 0.44
HSL 153.44º 0.27% 0.44% -
HSV(B) 153.44º 0.43% 0.56% -
XYZ 16.45 22.7 20.04 -
YUV 121.68 124.79 99.7 -
System Red Green Blue C M Y K H S L
Decimal 82 143 116 0.43 0 0.19 0.44 153.44 0.27 0.44
Hex 52 8F 74 2B 0 13 2C 99 1B 2C
Octal 122 217 164 53 0 23 54 231 33 54
Binary 1010010 10001111 1110100 101011 0 10011 101100 10011001 11011 101100

Color Harmonies of #528F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528F74

Black with #528F74

Text Example


Text Example

White with #528F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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