Html Css Color HEX #527C6D Cutty Sark

📋 copy color: '#527C6D'

red 82 ◦ green 124 ◦ blue 109

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

Shades of Cutty Sark #527C6D

Tints of Cutty Sark #527C6D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.37%

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

R = 26.03%
G = 39.37%
B = 34.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#527C6D (or 0x527C6D) is known color: Cutty Sark. HEX triplet: 52, 7C and 6D. RGB value is (82,124,109). Sum of RGB (Red+Green+Blue) = 82+124+109=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 124 - color contains mainly: green. Hex color #527C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527C6D is #AD8392. Grayscale: #6D6D6D. Windows color (decimal): -11371411 or 7175250. OLE color: 7175250.

HSL color Cylindrical-coordinate representation of color #527C6D: hue angle of 158.57º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #527C6D is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 124 109 -
CMYK 0.34 0 0.12 0.51
HSL 158.57º 0.2% 0.4% -
HSV(B) 158.57º 0.34% 0.49% -
XYZ 13.45 17.31 17.1 -
YUV 109.73 127.59 108.22 -
System Red Green Blue C M Y K H S L
Decimal 82 124 109 0.34 0 0.12 0.51 158.57 0.2 0.4
Hex 52 7C 6D 22 0 C 33 9F 14 28
Octal 122 174 155 42 0 14 63 237 24 50
Binary 1010010 1111100 1101101 100010 0 1100 110011 10011111 10100 101000

Color Harmonies of #527C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527C6D

Black with #527C6D

Text Example


Text Example

White with #527C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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