Html Css Color HEX #527767 Cutty Sark

📋 copy color: '#527767'

red 82 ◦ green 119 ◦ blue 103

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

Shades of Cutty Sark #527767

Tints of Cutty Sark #527767

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.14%

 BLUE value IS 103 (40.63% from 255) = 33.88%

R = 26.97%
G = 39.14%
B = 33.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#527767 (or 0x527767) is known color: Cutty Sark. HEX triplet: 52, 77 and 67. RGB value is (82,119,103). Sum of RGB (Red+Green+Blue) = 82+119+103=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 119 - color contains mainly: green. Hex color #527767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527767 is #AD8898. Grayscale: #6A6A6A. Windows color (decimal): -11372697 or 6780754. OLE color: 6780754.

HSL color Cylindrical-coordinate representation of color #527767: hue angle of 154.05º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #527767 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 119 103 -
CMYK 0.31 0 0.13 0.53
HSL 154.05º 0.18% 0.39% -
HSV(B) 154.05º 0.31% 0.47% -
XYZ 12.52 15.97 15.25 -
YUV 106.11 126.24 110.8 -
System Red Green Blue C M Y K H S L
Decimal 82 119 103 0.31 0 0.13 0.53 154.05 0.18 0.39
Hex 52 77 67 1F 0 D 35 9A 12 27
Octal 122 167 147 37 0 15 65 232 22 47
Binary 1010010 1110111 1100111 11111 0 1101 110101 10011010 10010 100111

Color Harmonies of #527767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527767

Black with #527767

Text Example


Text Example

White with #527767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527767; }

 p { color: rgb(82,119,103); }

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

background-color css

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

 a { background-color: rgb(82,119,103); }

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

border-color css

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

 span { border-color: rgb(82,119,103); }

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