Html Css Color HEX #528C6E Cutty Sark

📋 copy color: '#528C6E'

red 82 ◦ green 140 ◦ blue 110

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

Shades of Cutty Sark #528C6E

Tints of Cutty Sark #528C6E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.17%

 BLUE value IS 110 (43.36% from 255) = 33.13%

R = 24.7%
G = 42.17%
B = 33.13%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#528C6E (or 0x528C6E) is known color: Cutty Sark. HEX triplet: 52, 8C and 6E. RGB value is (82,140,110). Sum of RGB (Red+Green+Blue) = 82+140+110=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 140 - color contains mainly: green. Hex color #528C6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528C6E is #AD7391. Grayscale: #777777. Windows color (decimal): -11367314 or 7244882. OLE color: 7244882.

HSL color Cylindrical-coordinate representation of color #528C6E: hue angle of 148.97º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #528C6E is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 140 110 -
CMYK 0.41 0 0.21 0.45
HSL 148.97º 0.26% 0.44% -
HSV(B) 148.97º 0.41% 0.55% -
XYZ 15.67 21.68 18.11 -
YUV 119.24 122.78 101.44 -
System Red Green Blue C M Y K H S L
Decimal 82 140 110 0.41 0 0.21 0.45 148.97 0.26 0.44
Hex 52 8C 6E 29 0 15 2D 95 1A 2C
Octal 122 214 156 51 0 25 55 225 32 54
Binary 1010010 10001100 1101110 101001 0 10101 101101 10010101 11010 101100

Color Harmonies of #528C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528C6E

Black with #528C6E

Text Example


Text Example

White with #528C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,140,110); }

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

background-color css

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

 a { background-color: rgb(82,140,110); }

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

border-color css

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

 span { border-color: rgb(82,140,110); }

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