Html Css Color HEX #528074 Cutty Sark

📋 copy color: '#528074'

red 82 ◦ green 128 ◦ blue 116

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

Shades of Cutty Sark #528074

Tints of Cutty Sark #528074

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.26%

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

R = 25.15%
G = 39.26%
B = 35.58%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#528074 (or 0x528074) is known color: Cutty Sark. HEX triplet: 52, 80 and 74. RGB value is (82,128,116). Sum of RGB (Red+Green+Blue) = 82+128+116=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 128 - color contains mainly: green. Hex color #528074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528074 is #AD7F8B. Grayscale: #707070. Windows color (decimal): -11370380 or 7635026. OLE color: 7635026.

HSL color Cylindrical-coordinate representation of color #528074: hue angle of 164.35º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #528074 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 128 116 -
CMYK 0.36 0 0.09 0.50
HSL 164.35º 0.22% 0.41% -
HSV(B) 164.35º 0.36% 0.5% -
XYZ 14.35 18.49 19.34 -
YUV 112.88 129.76 105.98 -
System Red Green Blue C M Y K H S L
Decimal 82 128 116 0.36 0 0.09 0.50 164.35 0.22 0.41
Hex 52 80 74 24 0 9 32 A4 16 29
Octal 122 200 164 44 0 11 62 244 26 51
Binary 1010010 10000000 1110100 100100 0 1001 110010 10100100 10110 101001

Color Harmonies of #528074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528074

Black with #528074

Text Example


Text Example

White with #528074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528074; }

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

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

background-color css

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

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

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

border-color css

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

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

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