Html Css Color HEX #528F6C Cutty Sark

📋 copy color: '#528F6C'

red 82 ◦ green 143 ◦ blue 108

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

Shades of Cutty Sark #528F6C

Tints of Cutty Sark #528F6C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.94%

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 24.62%
G = 42.94%
B = 32.43%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#528F6C (or 0x528F6C) is known color: Cutty Sark. HEX triplet: 52, 8F and 6C. RGB value is (82,143,108). Sum of RGB (Red+Green+Blue) = 82+143+108=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 143 - color contains mainly: green. Hex color #528F6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528F6C is #AD7093. Grayscale: #787878. Windows color (decimal): -11366548 or 7114578. OLE color: 7114578.

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

Color convert

RGB 82 143 108 -
CMYK 0.43 0 0.24 0.44
HSL 145.57º 0.27% 0.44% -
HSV(B) 145.57º 0.43% 0.56% -
XYZ 16.01 22.52 17.69 -
YUV 120.77 120.79 100.35 -
System Red Green Blue C M Y K H S L
Decimal 82 143 108 0.43 0 0.24 0.44 145.57 0.27 0.44
Hex 52 8F 6C 2B 0 18 2C 92 1B 2C
Octal 122 217 154 53 0 30 54 222 33 54
Binary 1010010 10001111 1101100 101011 0 11000 101100 10010010 11011 101100

Color Harmonies of #528F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528F6C

Black with #528F6C

Text Example


Text Example

White with #528F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,143,108); }

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

background-color css

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

 a { background-color: rgb(82,143,108); }

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

border-color css

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

 span { border-color: rgb(82,143,108); }

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