Html Css Color HEX #528E75 Cutty Sark

📋 copy color: '#528E75'

red 82 ◦ green 142 ◦ blue 117

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

Shades of Cutty Sark #528E75

Tints of Cutty Sark #528E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.31%

R = 24.05%
G = 41.64%
B = 34.31%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#528E75 (or 0x528E75) is known color: Cutty Sark. HEX triplet: 52, 8E and 75. RGB value is (82,142,117). Sum of RGB (Red+Green+Blue) = 82+142+117=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 142 (55.86% from 255 or 41.64% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 142 - color contains mainly: green. Hex color #528E75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E75 is #AD718A. Grayscale: #797979. Windows color (decimal): -11366795 or 7704146. OLE color: 7704146.

HSL color Cylindrical-coordinate representation of color #528E75: hue angle of 155º 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 #528E75 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 142 117 -
CMYK 0.42 0 0.18 0.44
HSL 155º 0.27% 0.44% -
HSV(B) 155º 0.42% 0.56% -
XYZ 16.36 22.42 20.3 -
YUV 121.21 125.62 100.03 -
System Red Green Blue C M Y K H S L
Decimal 82 142 117 0.42 0 0.18 0.44 155 0.27 0.44
Hex 52 8E 75 2A 0 12 2C 9B 1B 2C
Octal 122 216 165 52 0 22 54 233 33 54
Binary 1010010 10001110 1110101 101010 0 10010 101100 10011011 11011 101100

Color Harmonies of #528E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528E75

Black with #528E75

Text Example


Text Example

White with #528E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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