Html Css Color HEX #527F6A Cutty Sark

📋 copy color: '#527F6A'

red 82 ◦ green 127 ◦ blue 106

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

Shades of Cutty Sark #527F6A

Tints of Cutty Sark #527F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.65%

R = 26.03%
G = 40.32%
B = 33.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#527F6A (or 0x527F6A) is known color: Cutty Sark. HEX triplet: 52, 7F and 6A. RGB value is (82,127,106). Sum of RGB (Red+Green+Blue) = 82+127+106=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 127 - color contains mainly: green. Hex color #527F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527F6A is #AD8095. Grayscale: #6F6F6F. Windows color (decimal): -11370646 or 6979410. OLE color: 6979410.

HSL color Cylindrical-coordinate representation of color #527F6A: hue angle of 152º 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 #527F6A is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 127 106 -
CMYK 0.35 0 0.17 0.50
HSL 152º 0.22% 0.41% -
HSV(B) 152º 0.35% 0.5% -
XYZ 13.67 18.01 16.39 -
YUV 111.15 125.09 107.21 -
System Red Green Blue C M Y K H S L
Decimal 82 127 106 0.35 0 0.17 0.50 152 0.22 0.41
Hex 52 7F 6A 23 0 11 32 98 16 29
Octal 122 177 152 43 0 21 62 230 26 51
Binary 1010010 1111111 1101010 100011 0 10001 110010 10011000 10110 101001

Color Harmonies of #527F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527F6A

Black with #527F6A

Text Example


Text Example

White with #527F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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