Html Css Color HEX #529070 Cutty Sark

📋 copy color: '#529070'

red 82 ◦ green 144 ◦ blue 112

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

Shades of Cutty Sark #529070

Tints of Cutty Sark #529070

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.6%

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

R = 24.26%
G = 42.6%
B = 33.14%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#529070 (or 0x529070) is known color: Cutty Sark. HEX triplet: 52, 90 and 70. RGB value is (82,144,112). Sum of RGB (Red+Green+Blue) = 82+144+112=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #529070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529070 is #AD6F8F. Grayscale: #797979. Windows color (decimal): -11366288 or 7376978. OLE color: 7376978.

HSL color Cylindrical-coordinate representation of color #529070: hue angle of 149.03º 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 #529070 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 144 112 -
CMYK 0.43 0 0.22 0.44
HSL 149.03º 0.27% 0.44% -
HSV(B) 149.03º 0.43% 0.56% -
XYZ 16.38 22.91 18.89 -
YUV 121.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 82 144 112 0.43 0 0.22 0.44 149.03 0.27 0.44
Hex 52 90 70 2B 0 16 2C 95 1B 2C
Octal 122 220 160 53 0 26 54 225 33 54
Binary 1010010 10010000 1110000 101011 0 10110 101100 10010101 11011 101100

Color Harmonies of #529070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529070

Black with #529070

Text Example


Text Example

White with #529070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529070; }

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

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

background-color css

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

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

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

border-color css

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

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

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