Html Css Color HEX #527F6D Cutty Sark

📋 copy color: '#527F6D'

red 82 ◦ green 127 ◦ blue 109

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

Shades of Cutty Sark #527F6D

Tints of Cutty Sark #527F6D

RGB

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

 GREEN value IS 127 (50% from 255) = 39.94%

 BLUE value IS 109 (42.97% from 255) = 34.28%

R = 25.79%
G = 39.94%
B = 34.28%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#527F6D (or 0x527F6D) is known color: Cutty Sark. HEX triplet: 52, 7F and 6D. RGB value is (82,127,109). Sum of RGB (Red+Green+Blue) = 82+127+109=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 127 - color contains mainly: green. Hex color #527F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527F6D is #AD8092. Grayscale: #6F6F6F. Windows color (decimal): -11370643 or 7176018. OLE color: 7176018.

HSL color Cylindrical-coordinate representation of color #527F6D: hue angle of 156º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #527F6D is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 127 109 -
CMYK 0.35 0 0.14 0.50
HSL 156º 0.22% 0.41% -
HSV(B) 156º 0.35% 0.5% -
XYZ 13.83 18.08 17.23 -
YUV 111.49 126.59 106.96 -
System Red Green Blue C M Y K H S L
Decimal 82 127 109 0.35 0 0.14 0.50 156 0.22 0.41
Hex 52 7F 6D 23 0 E 32 9C 16 29
Octal 122 177 155 43 0 16 62 234 26 51
Binary 1010010 1111111 1101101 100011 0 1110 110010 10011100 10110 101001

Color Harmonies of #527F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527F6D

Black with #527F6D

Text Example


Text Example

White with #527F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527F6D; }

 p { color: rgb(82,127,109); }

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

background-color css

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

 a { background-color: rgb(82,127,109); }

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

border-color css

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

 span { border-color: rgb(82,127,109); }

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