Html Css Color HEX #528070 Cutty Sark

📋 copy color: '#528070'

red 82 ◦ green 128 ◦ blue 112

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

Shades of Cutty Sark #528070

Tints of Cutty Sark #528070

RGB

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

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

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

R = 25.47%
G = 39.75%
B = 34.78%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#528070 (or 0x528070) is known color: Cutty Sark. HEX triplet: 52, 80 and 70. RGB value is (82,128,112). Sum of RGB (Red+Green+Blue) = 82+128+112=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 128 - color contains mainly: green. Hex color #528070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528070 is #AD7F8F. Grayscale: #707070. Windows color (decimal): -11370384 or 7372882. OLE color: 7372882.

HSL color Cylindrical-coordinate representation of color #528070: hue angle of 159.13º 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 #528070 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 128 112 -
CMYK 0.36 0 0.12 0.50
HSL 159.13º 0.22% 0.41% -
HSV(B) 159.13º 0.36% 0.5% -
XYZ 14.12 18.4 18.14 -
YUV 112.42 127.76 106.3 -
System Red Green Blue C M Y K H S L
Decimal 82 128 112 0.36 0 0.12 0.50 159.13 0.22 0.41
Hex 52 80 70 24 0 C 32 9F 16 29
Octal 122 200 160 44 0 14 62 237 26 51
Binary 1010010 10000000 1110000 100100 0 1100 110010 10011111 10110 101001

Color Harmonies of #528070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528070

Black with #528070

Text Example


Text Example

White with #528070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528070; }

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

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

background-color css

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

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

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

border-color css

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

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

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