Html Css Color HEX #528470 Cutty Sark

📋 copy color: '#528470'

red 82 ◦ green 132 ◦ blue 112

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

Shades of Cutty Sark #528470

Tints of Cutty Sark #528470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.49%

 BLUE value IS 112 (44.14% from 255) = 34.36%

R = 25.15%
G = 40.49%
B = 34.36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#528470 (or 0x528470) is known color: Cutty Sark. HEX triplet: 52, 84 and 70. RGB value is (82,132,112). Sum of RGB (Red+Green+Blue) = 82+132+112=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 132 - color contains mainly: green. Hex color #528470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528470 is #AD7B8F. Grayscale: #727272. Windows color (decimal): -11369360 or 7373906. OLE color: 7373906.

HSL color Cylindrical-coordinate representation of color #528470: hue angle of 156º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #528470 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 132 112 -
CMYK 0.38 0 0.15 0.48
HSL 156º 0.23% 0.42% -
HSV(B) 156º 0.38% 0.52% -
XYZ 14.66 19.47 18.31 -
YUV 114.77 126.44 104.63 -
System Red Green Blue C M Y K H S L
Decimal 82 132 112 0.38 0 0.15 0.48 156 0.23 0.42
Hex 52 84 70 26 0 F 30 9C 17 2A
Octal 122 204 160 46 0 17 60 234 27 52
Binary 1010010 10000100 1110000 100110 0 1111 110000 10011100 10111 101010

Color Harmonies of #528470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528470

Black with #528470

Text Example


Text Example

White with #528470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528470; }

 p { color: rgb(82,132,112); }

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

background-color css

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

 a { background-color: rgb(82,132,112); }

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

border-color css

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

 span { border-color: rgb(82,132,112); }

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