Html Css Color HEX #528E7A Cutty Sark

📋 copy color: '#528E7A'

red 82 ◦ green 142 ◦ blue 122

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

Shades of Cutty Sark #528E7A

Tints of Cutty Sark #528E7A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.04%

 BLUE value IS 122 (48.05% from 255) = 35.26%

R = 23.7%
G = 41.04%
B = 35.26%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#528E7A (or 0x528E7A) is known color: Cutty Sark. HEX triplet: 52, 8E and 7A. RGB value is (82,142,122). Sum of RGB (Red+Green+Blue) = 82+142+122=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 142 - color contains mainly: green. Hex color #528E7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E7A is #AD7185. Grayscale: #797979. Windows color (decimal): -11366790 or 8031826. OLE color: 8031826.

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

Color convert

RGB 82 142 122 -
CMYK 0.42 0 0.14 0.44
HSL 160º 0.27% 0.44% -
HSV(B) 160º 0.42% 0.56% -
XYZ 16.67 22.54 21.89 -
YUV 121.78 128.12 99.63 -
System Red Green Blue C M Y K H S L
Decimal 82 142 122 0.42 0 0.14 0.44 160 0.27 0.44
Hex 52 8E 7A 2A 0 E 2C A0 1B 2C
Octal 122 216 172 52 0 16 54 240 33 54
Binary 1010010 10001110 1111010 101010 0 1110 101100 10100000 11011 101100

Color Harmonies of #528E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528E7A

Black with #528E7A

Text Example


Text Example

White with #528E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,142,122); }

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

background-color css

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

 a { background-color: rgb(82,142,122); }

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

border-color css

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

 span { border-color: rgb(82,142,122); }

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